aboutsummaryrefslogtreecommitdiff
path: root/scripts/azure-pipelines/osx/configuration/installables.json
blob: 179b03f15ea197adce0bccc43414a312853cd6c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
  "$schema": "./installables.schema.json",

  "Applications": [
    {
      "Name": "vagrant",
      "VersionCommand": [ "vagrant", "-v" ],
      "VersionRegex": "Vagrant (.*)",
      "Version": "2.2.18",
      "DmgUrl": "https://releases.hashicorp.com/vagrant/2.2.18/vagrant_2.2.18_x86_64.dmg",
      "Sha256": "B4E8103AABDF29F18F592CD6DE4FA03BF182FBC192A0757B5E18156CB18FA672",
      "InstallerPath": "vagrant.pkg"
    },
    {
      "Name": "osxfuse",
      "VersionCommand": [ "cat", "/Library/Filesystems/macfuse.fs/Contents/version.plist" ],
      "VersionRegex": "<key>CFBundleVersion</key>[\\n\\t ]*<string>([0-9.]+)</string>",
      "Version": "4.1.2",
      "DmgUrl": "https://github.com/osxfuse/osxfuse/releases/download/macfuse-4.1.2/macfuse-4.1.2.dmg",
      "Sha256": "9FF344DE38BAD5AC5ECA5194DA00A2BA35DD6AFDB9039133B5446168F8EDAFDB",
      "InstallerPath": "Install macFUSE.pkg"
    },
    {
      "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"
    }
  ],
  "Brew": [
  ],
  "VagrantPlugins": [
    {
      "Name": "vagrant-parallels",
      "Version": "2.2.3"
    }
  ]
}