mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 10:11:21 +00:00
This leads to more consistent license properties and allows for easier automated parsing. https://spdx.org/licenses/
17 lines
609 B
JSON
17 lines
609 B
JSON
{
|
|
"homepage": "https://corte.si/posts/modd/announce/index.html",
|
|
"license": "MIT",
|
|
"version": "0.5",
|
|
"url": "https://github.com/cortesi/modd/releases/download/v0.5/modd-0.5-windows64.zip",
|
|
"hash": "0417e71834aba98a58fc9b65395a8212f39a7fa336cb95cdf2005ebc28315d05",
|
|
"extract_dir": "modd-0.5-windows64",
|
|
"bin": "modd.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/cortesi/modd"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/cortesi/modd/releases/download/v$version/modd-$version-windows64.zip",
|
|
"extract_dir": "modd-$version-windows64"
|
|
}
|
|
}
|