mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
21 lines
685 B
JSON
21 lines
685 B
JSON
{
|
|
"version": "0.7.10",
|
|
"description": "A file-based build system for Linux, OSX, and Windows.",
|
|
"homepage": "http://gittup.org",
|
|
"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": "2c1ba5bedb197173da64498b304e5407fd1b2d4e72037e6f14efe41c97633877",
|
|
"bin": "tup.exe",
|
|
"checkver": {
|
|
"url": "http://gittup.org/tup/win32",
|
|
"regex": "tup-v([\\w.-]+)\\.zip",
|
|
"reverse": true
|
|
},
|
|
"autoupdate": {
|
|
"url": "http://gittup.org/tup/win32/tup-latest.zip"
|
|
}
|
|
}
|