ScoopInstaller_Main/bucket/git-absorb.json
Bob Loblaw f26f643f40
git-absorb: Update to version 0.6.17 (#6547)
Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com>
2025-03-30 18:00:30 +08:00

24 lines
893 B
JSON

{
"version": "0.6.17",
"description": "git commit --fixup, but automatic",
"homepage": "https://github.com/tummychow/git-absorb",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/tummychow/git-absorb/releases/download/0.6.17/git-absorb-0.6.17-x86_64-pc-windows-msvc.zip",
"hash": "7ed320976daf99d7c47f74b6ceae9c8cee572f2e93181377d9b410326fd83acd",
"extract_dir": "git-absorb-0.6.17-x86_64-pc-windows-msvc"
}
},
"bin": "git-absorb.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/tummychow/git-absorb/releases/download/$version/git-absorb-$version-x86_64-pc-windows-msvc.zip",
"extract_dir": "git-absorb-$version-x86_64-pc-windows-msvc"
}
}
}
}