]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/scripts/azure-pipelines/osx/configuration/installables.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / scripts / azure-pipelines / osx / configuration / installables.json
1 {
2 "$schema": "./installables.schema.json",
3
4 "Applications": [
5 {
6 "Name": "vagrant",
7 "VersionCommand": [ "vagrant", "-v" ],
8 "VersionRegex": "Vagrant (.*)",
9 "Version": "2.2.15",
10 "DmgUrl": "https://releases.hashicorp.com/vagrant/2.2.15/vagrant_2.2.15_x86_64.dmg",
11 "Sha256": "5C2B290C4FA2371E255C56B1E96DED3D0C838D54CB7F0E8E6CF154E9F206A20E",
12 "InstallerPath": "vagrant.pkg"
13 },
14 {
15 "Name": "osxfuse",
16 "VersionCommand": [ "cat", "/Library/Filesystems/macfuse.fs/Contents/version.plist" ],
17 "VersionRegex": "<key>CFBundleVersion</key>[\\n\\t ]*<string>([0-9.]+)</string>",
18 "Version": "4.1.0",
19 "DmgUrl": "https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.1.0/macfuse-4.1.0.dmg",
20 "Sha256": "3CB6A49406FD036C50EF1B4AD717A377F4DCF182811BDE172D69F1C289791085",
21 "InstallerPath": "Install macFUSE.pkg"
22 },
23 {
24 "Name": "sshfs",
25 "VersionCommand": [ "sshfs", "--version" ],
26 "VersionRegex": "SSHFS version [0-9.]* \\(OSXFUSE SSHFS (.*)\\)",
27 "Version": "2.5.0",
28 "PkgUrl": "https://github.com/osxfuse/sshfs/releases/download/osxfuse-sshfs-2.5.0/sshfs-2.5.0.pkg",
29 "Sha256": "F8F4F71814273EA42DBE6CD92199F7CFF418571FFD1B10C0608878D3472D2162"
30 }
31 ],
32 "Brew": [
33 ],
34 "VagrantPlugins": [
35 {
36 "Name": "vagrant-parallels",
37 "Version": "2.2.1"
38 }
39 ]
40 }