mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "2.43.3",
|
|
"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.43.3/nfpm_2.43.3_Windows_x86_64.zip",
|
|
"hash": "fc1b7f9cc17f252d59ccd630155c8582ad6cc3865731aee236ff2305a3caba69"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/goreleaser/nfpm/releases/download/v2.43.3/nfpm_2.43.3_Windows_arm64.zip",
|
|
"hash": "f607704a96e9260335bbca5b6d99620444763a69acc57286f951fd418ad168af"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|