mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 09:41:20 +00:00
This leads to more consistent license properties and allows for easier automated parsing. https://spdx.org/licenses/
17 lines
606 B
JSON
17 lines
606 B
JSON
{
|
|
"homepage": "https://corte.si/posts/devd/intro/index.html",
|
|
"license": "MIT",
|
|
"version": "0.8",
|
|
"url": "https://github.com/cortesi/devd/releases/download/v0.8/devd-0.8-windows64.zip",
|
|
"hash": "fe08f585eca8e9e6a60afb88d5e7054da1e1c6cd317a32071be11199051731d1",
|
|
"extract_dir": "devd-0.8-windows64",
|
|
"bin": "devd.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/cortesi/devd"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/cortesi/devd/releases/download/v$version/devd-$version-windows64.zip",
|
|
"extract_dir": "devd-$version-windows64"
|
|
}
|
|
}
|