mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
25 lines
771 B
JSON
25 lines
771 B
JSON
{
|
|
"version": "2.5.3",
|
|
"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.5.3/stgit-2.5.3.msi",
|
|
"hash": "d3c997908d3ff1db6ef644e8246098eefea937a9e6596c9436af0c2398bf275c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|