From c5cda9c0ff3854e415fa93a00c91d601d5097ab2 Mon Sep 17 00:00:00 2001 From: Eugene Klimov Date: Thu, 5 Jun 2025 18:31:23 +0400 Subject: [PATCH] nfpm: Add version 2.42.1 (#6842) * add nfpm 2.42.1 Signed-off-by: Slach * add nfpm 2.42.1 Signed-off-by: Slach --------- Signed-off-by: Slach --- bucket/nfpm.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 bucket/nfpm.json diff --git a/bucket/nfpm.json b/bucket/nfpm.json new file mode 100644 index 0000000000..7eb0fd2282 --- /dev/null +++ b/bucket/nfpm.json @@ -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" + } + } +}