mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-04 02:54:48 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "2.44.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.44.1/nfpm_2.44.1_Windows_x86_64.zip",
|
|
"hash": "b187a7f47e1e60082e0800df3f46a2ee1e8383482b511db4722dd8baba8c940b"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/goreleaser/nfpm/releases/download/v2.44.1/nfpm_2.44.1_Windows_arm64.zip",
|
|
"hash": "8e29d932f4f85435eb2aaaa4f1a97123d67285fe716f5f4cca640ddb13fb0535"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|