mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "2.44.0",
|
|
"description": "nFPM is Not FPM - a simple deb, rpm, apk, ipk, and arch linux packager written in Go",
|
|
"homepage": "https://github.com/goreleaser/nfpm",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/goreleaser/nfpm/releases/download/v2.44.0/nfpm_2.44.0_Windows_x86_64.zip",
|
|
"hash": "58827ae2f879b70ab359aa15c9f18589cda722bff659fe1197b90a6be1cfec25"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/goreleaser/nfpm/releases/download/v2.44.0/nfpm_2.44.0_Windows_arm64.zip",
|
|
"hash": "434d7b96f41b72c27afbc78e8dc7c1636bb165556dd47f740e5ad7b2105fbbb9"
|
|
}
|
|
},
|
|
"bin": "nfpm.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/goreleaser/nfpm/releases/download/v$version/nfpm_$version_Windows_x86_64.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/goreleaser/nfpm/releases/download/v$version/nfpm_$version_Windows_arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://github.com/goreleaser/nfpm/releases/download/v$version/checksums.txt"
|
|
}
|
|
}
|
|
}
|