mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
18 lines
713 B
JSON
18 lines
713 B
JSON
{
|
|
"homepage": "https://corte.si/posts/modd/announce/index.html",
|
|
"description": "A flexible developer tool that runs processes and responds to filesystem changes.",
|
|
"license": "MIT",
|
|
"version": "0.8",
|
|
"url": "https://github.com/cortesi/modd/releases/download/v0.8/modd-0.8-windows64.zip",
|
|
"hash": "ff14568d36baa9e83eaa19ca8d42dede97a43f3c9f82146e290d432329c6ef02",
|
|
"extract_dir": "modd-0.8-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"
|
|
}
|
|
}
|