mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
24 lines
889 B
JSON
24 lines
889 B
JSON
{
|
|
"version": "0.8.0",
|
|
"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.8.0/git-absorb-0.8.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "501d71751fd34c31fb79b94b625e91b70d51ca41a7c5ecfe887547344b5d2430",
|
|
"extract_dir": "git-absorb-0.8.0-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"
|
|
}
|
|
}
|
|
}
|
|
}
|