mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
21 lines
679 B
JSON
21 lines
679 B
JSON
{
|
|
"homepage": "http://gittup.org",
|
|
"description": "A file-based build system for Linux, OSX, and Windows.",
|
|
"version": "0.7.9",
|
|
"license": {
|
|
"identifier": "GPL-2.0-or-later|Proprietary",
|
|
"url": "https://github.com/gittup/tup/blob/master/docs/html/license.html"
|
|
},
|
|
"url": "http://gittup.org/tup/win32/tup-latest.zip",
|
|
"hash": "ced2fc2184fc2458bf928352564e3c194f2a9ce9b0b0698efbb71928c748364e",
|
|
"bin": "tup.exe",
|
|
"checkver": {
|
|
"url": "http://gittup.org/tup/win32",
|
|
"re": "tup-v([\\w.-]+).zip",
|
|
"reverse": true
|
|
},
|
|
"autoupdate": {
|
|
"url": "http://gittup.org/tup/win32/tup-latest.zip"
|
|
}
|
|
}
|