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 (.*)",
|
2021-08-05 04:27:40 +08:00
|
|
|
"Version": "2.2.18",
|
|
|
|
"DmgUrl": "https://releases.hashicorp.com/vagrant/2.2.18/vagrant_2.2.18_x86_64.dmg",
|
|
|
|
"Sha256": "B4E8103AABDF29F18F592CD6DE4FA03BF182FBC192A0757B5E18156CB18FA672",
|
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>",
|
2021-08-05 04:27:40 +08:00
|
|
|
"Version": "4.1.2",
|
|
|
|
"DmgUrl": "https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.1.2/macfuse-4.1.2.dmg",
|
|
|
|
"Sha256": "9FF344DE38BAD5AC5ECA5194DA00A2BA35DD6AFDB9039133B5446168F8EDAFDB",
|
2021-04-29 22:39:04 +08:00
|
|
|
"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",
|
2021-08-05 04:27:40 +08:00
|
|
|
"Version": "2.2.3"
|
2020-07-02 01:08:06 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|