mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "2.43.1",
|
|
"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.1/nfpm_2.43.1_Windows_x86_64.zip",
|
|
"hash": "134a1613261258a8f2cb9357bad97343b231657d9125817abd1241c0e7de8ce8"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/goreleaser/nfpm/releases/download/v2.43.1/nfpm_2.43.1_Windows_arm64.zip",
|
|
"hash": "f2d91152b71aff23e4aa80c27c6dd0acb581ab423691bcb7061073e2acb6abd3"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|