2020-07-02 01:08:06 +08:00
|
|
|
{
|
|
|
|
"$schema": "./installables.schema.json",
|
|
|
|
|
|
|
|
"Applications": [
|
|
|
|
{
|
|
|
|
"Name": "vagrant",
|
2021-04-29 22:39:04 +08:00
|
|
|
"VersionCommand": [ "vagrant", "-v" ],
|
|
|
|
"VersionRegex": "Vagrant (.*)",
|
|
|
|
"Version": "2.2.15",
|
|
|
|
"DmgUrl": "https://releases.hashicorp.com/vagrant/2.2.15/vagrant_2.2.15_x86_64.dmg",
|
|
|
|
"Sha256": "5C2B290C4FA2371E255C56B1E96DED3D0C838D54CB7F0E8E6CF154E9F206A20E",
|
2020-07-02 01:08:06 +08:00
|
|
|
"InstallerPath": "vagrant.pkg"
|
2021-04-29 22:39:04 +08:00
|
|
|
},
|
2020-09-30 07:49:49 +08:00
|
|
|
{
|
|
|
|
"Name": "osxfuse",
|
2021-04-29 22:39:04 +08:00
|
|
|
"VersionCommand": [ "cat", "/Library/Filesystems/macfuse.fs/Contents/version.plist" ],
|
|
|
|
"VersionRegex": "<key>CFBundleVersion</key>[\\n\\t ]*<string>([0-9.]+)</string>",
|
|
|
|
"Version": "4.1.0",
|
|
|
|
"DmgUrl": "https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.1.0/macfuse-4.1.0.dmg",
|
|
|
|
"Sha256": "3CB6A49406FD036C50EF1B4AD717A377F4DCF182811BDE172D69F1C289791085",
|
|
|
|
"InstallerPath": "Install macFUSE.pkg"
|
2020-09-30 07:49:49 +08:00
|
|
|
},
|
|
|
|
{
|
2021-04-29 22:39:04 +08:00
|
|
|
"Name": "sshfs",
|
|
|
|
"VersionCommand": [ "sshfs", "--version" ],
|
|
|
|
"VersionRegex": "SSHFS version [0-9.]* \\(OSXFUSE SSHFS (.*)\\)",
|
|
|
|
"Version": "2.5.0",
|
|
|
|
"PkgUrl": "https://github.com/osxfuse/sshfs/releases/download/osxfuse-sshfs-2.5.0/sshfs-2.5.0.pkg",
|
|
|
|
"Sha256": "F8F4F71814273EA42DBE6CD92199F7CFF418571FFD1B10C0608878D3472D2162"
|
2020-09-30 07:49:49 +08:00
|
|
|
}
|
|
|
|
],
|
2021-04-29 22:39:04 +08:00
|
|
|
"Brew": [
|
|
|
|
],
|
|
|
|
"VagrantPlugins": [
|
2020-07-02 01:08:06 +08:00
|
|
|
{
|
2021-04-29 22:39:04 +08:00
|
|
|
"Name": "vagrant-parallels",
|
|
|
|
"Version": "2.2.1"
|
2020-07-02 01:08:06 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|