mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +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.8",
|
|
"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": "1446b032834e42d49b70cd260cc88498dcf690e60499eaea5637f35c9c37cd27",
|
|
"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"
|
|
}
|
|
}
|