ScoopInstaller_Main/git-lfs.json
monotykamary 8a67a71ffa Update git-lfs to 1.2.0 (#821)
SHA-256 taken from 7zip;
extract directory now exists in release zip
-> added "extract_dir" for both architectures.

git-lfs manifest tested on external bucket.
2016-05-05 08:15:00 +10:00

21 lines
822 B
JSON

{
"version": "1.2.0",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/github/git-lfs/releases/download/v1.2.0/git-lfs-windows-386-1.2.0.zip",
"hash": "5e5780da1c63473782f080e91ed49305a4a5319b959f0ddb5bce12b4e2330d08",
"extract_dir": "git-lfs-windows-386-1.2.0"
},
"64bit": {
"url": "https://github.com/github/git-lfs/releases/download/v1.2.0/git-lfs-windows-amd64-1.2.0.zip",
"hash": "2dd542cb4c729f6264ddce770ba14a6a955a2c7c8cf4fdd96f73967c1c4d895b",
"extract_dir": "git-lfs-windows-amd64-1.2.0"
}
},
"depends": "git",
"homepage": "https://git-lfs.github.com/",
"bin": "git-lfs.exe",
"checkver": "<span class=\"download-details\">\\s*v(\\d+\\.\\d+\\.\\d+)"
}