ScoopInstaller_Main/bucket/git-annex.json
h404bi ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08:00

22 lines
851 B
JSON

{
"description": "Manage files with git, without comitting them",
"homepage": "http://git-annex.branchable.com/",
"license": "GPL-3.0",
"version": "7.20190322",
"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": "c1b4935398eece873be29effc60f6c48ef5b5a92a2648675bb14e79a00ae4905",
"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",
"hash": {
"url": "$url.info",
"find": "$sha256.exe"
}
}
}