ScoopInstaller_Main/git-annex.json
Christian Schuerer-Waldheim 1a5f0d35a6 git-annex: Fix homepage url and file hash (#2229)
Fix error message ``Hash check failed ...``; update file hash to match (https://downloads.kitenet.net/git-annex/windows/current/git-annex-installer.exe.info)
2018-04-27 19:53:15 +02:00

18 lines
756 B
JSON

{
"description": "Manage files with git, without comitting them",
"homepage": "http://git-annex.branchable.com/",
"license": "GPL-3.0",
"version": "6.20180427",
"notes": "NOTE: Running `git-annex version` may report a slightly older version number",
"bin": "usr/bin/git-annex.exe",
"url": "https://downloads.kitenet.net/git-annex/windows/current/git-annex-installer.exe#/dl.7z",
"hash": "66c1743217e120f5056153d1882727a96d950df64c903d8af9773d317711fe01",
"checkver": {
"url": "https://hackage.haskell.org/package/git-annex",
"re": "/git-annex-([\\d.]+)\\.tar\\.gz"
},
"autoupdate": {
"url": "https://downloads.kitenet.net/git-annex/windows/current/git-annex-installer.exe#/dl.7z"
}
}