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.2",
|
|
"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.2/nfpm_2.43.2_Windows_x86_64.zip",
|
|
"hash": "d6f937cfaf16cea8a123f3b7bf36f1d3c858710db41172752795dc6dc495755a"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/goreleaser/nfpm/releases/download/v2.43.2/nfpm_2.43.2_Windows_arm64.zip",
|
|
"hash": "fc62cec9802c8c94a92f6c3a1c5991ff459b58cf78129121648373464d4ebf36"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|