From adee8dc7095aded7415090e04fc49396ecc7b829 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 16:30:04 +0000 Subject: [PATCH] nfpm: Update to version 2.43.1 --- bucket/nfpm.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nfpm.json b/bucket/nfpm.json index a3c6920115..2ee53dc1b4 100644 --- a/bucket/nfpm.json +++ b/bucket/nfpm.json @@ -1,16 +1,16 @@ { - "version": "2.43.0", + "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.0/nfpm_2.43.0_Windows_x86_64.zip", - "hash": "e3551b135b37d4a19521db4c549a2c81a214d819ee09623ac092c89f3324a854" + "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.0/nfpm_2.43.0_Windows_arm64.zip", - "hash": "53dbc58b49e7bd54d63694f1460363b593b760e4328f61ec32afb0f39df080e9" + "url": "https://github.com/goreleaser/nfpm/releases/download/v2.43.1/nfpm_2.43.1_Windows_arm64.zip", + "hash": "f2d91152b71aff23e4aa80c27c6dd0acb581ab423691bcb7061073e2acb6abd3" } }, "bin": "nfpm.exe",