mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-18 22:51:28 +00:00
25 lines
774 B
JSON
25 lines
774 B
JSON
{
|
|
"version": "2.4.10",
|
|
"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.10/stgit-2.4.10.msi",
|
|
"hash": "3c0edb2761054cef1f5b756bec734b75f90ec8216f88db738afde4dee86ee0f8"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|