nfpm: Add version 2.42.1 (#6842)

* add nfpm 2.42.1

Signed-off-by: Slach <bloodjazman@gmail.com>

* add nfpm 2.42.1

Signed-off-by: Slach <bloodjazman@gmail.com>

---------

Signed-off-by: Slach <bloodjazman@gmail.com>
This commit is contained in:
Eugene Klimov 2025-06-05 18:31:23 +04:00 committed by GitHub
parent 85c1e39ff5
commit c5cda9c0ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

31
bucket/nfpm.json Normal file
View File

@ -0,0 +1,31 @@
{
"version": "2.42.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.42.1/nfpm_2.42.1_Windows_x86_64.zip",
"hash": "b9fac270f05632ce863810f7079bb43f31e0fe7d3db4a41c9138cd8749989034"
},
"arm64": {
"url": "https://github.com/goreleaser/nfpm/releases/download/v2.42.1/nfpm_2.42.1_Windows_arm64.zip",
"hash": "0b46ad9140c5c7b32bee98d55fd62711f8ae983e818182bfdcf9e842bcd93964"
}
},
"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"
}
}
}