2023-09-13 19:31:25 +05:30

25 lines
771 B
JSON

{
"version": "2.3.2",
"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.3.2/stgit-2.3.2.msi",
"hash": "a48af43037a6447b27396c49ba863204bfdf3521953f3b725525e9576d194a40"
}
},
"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"
}
}
}
}