ScoopInstaller_Main/bucket/git-pkgs.json
2026-02-24 11:27:21 +00:00

34 lines
1.4 KiB
JSON

{
"version": "0.14.0",
"description": "Git subcommand for tracking package dependencies across git history. Analyzes your repository to show when dependencies were added, modified, or removed, who made those changes, and why.",
"homepage": "https://git-pkgs.dev/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/git-pkgs/git-pkgs/releases/download/v0.14.0/git-pkgs_0.14.0_windows_amd64.tar.gz",
"hash": "7ce16a23b8635111808487c4172fd612b49ff789b608d84ca4b931a6131051dd"
},
"arm64": {
"url": "https://github.com/git-pkgs/git-pkgs/releases/download/v0.14.0/git-pkgs_0.14.0_windows_arm64.tar.gz",
"hash": "c8125a74574c0695e272fdbe00d900711a4e91b15f4be22c65e3725559b20ffa"
}
},
"bin": "git-pkgs.exe",
"checkver": {
"github": "https://github.com/git-pkgs/git-pkgs"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/git-pkgs/git-pkgs/releases/download/v$version/git-pkgs_$version_windows_amd64.tar.gz"
},
"arm64": {
"url": "https://github.com/git-pkgs/git-pkgs/releases/download/v$version/git-pkgs_$version_windows_arm64.tar.gz"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}