mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 10:41:28 +00:00
25 lines
774 B
JSON
25 lines
774 B
JSON
{
|
|
"version": "2.4.11",
|
|
"description": "Manage Git commits as a stack of patches",
|
|
"homepage": "https://stacked-git.github.io/",
|
|
"license": "GPL-2.0-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/stacked-git/stgit/releases/download/v2.4.11/stgit-2.4.11.msi",
|
|
"hash": "9d91ec94b0ce3bf0e1a9579698b9ea8128e7e465ba9b822f4d51a693ee1eb6b3"
|
|
}
|
|
},
|
|
"extract_dir": "PFiles64/StGit",
|
|
"bin": "bin\\stg.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/stacked-git/stgit"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/stacked-git/stgit/releases/download/v$version/stgit-$version.msi"
|
|
}
|
|
}
|
|
}
|
|
}
|