From 6cd0da82814fa719eafefdba82d638089e8b87d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 12:32:07 +0000 Subject: [PATCH] nfpm: Update to version 2.43.3 --- bucket/nfpm.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nfpm.json b/bucket/nfpm.json index ee42b0c9aa..22c0b3f611 100644 --- a/bucket/nfpm.json +++ b/bucket/nfpm.json @@ -1,16 +1,16 @@ { - "version": "2.43.2", + "version": "2.43.3", "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.2/nfpm_2.43.2_Windows_x86_64.zip", - "hash": "d6f937cfaf16cea8a123f3b7bf36f1d3c858710db41172752795dc6dc495755a" + "url": "https://github.com/goreleaser/nfpm/releases/download/v2.43.3/nfpm_2.43.3_Windows_x86_64.zip", + "hash": "fc1b7f9cc17f252d59ccd630155c8582ad6cc3865731aee236ff2305a3caba69" }, "arm64": { - "url": "https://github.com/goreleaser/nfpm/releases/download/v2.43.2/nfpm_2.43.2_Windows_arm64.zip", - "hash": "fc62cec9802c8c94a92f6c3a1c5991ff459b58cf78129121648373464d4ebf36" + "url": "https://github.com/goreleaser/nfpm/releases/download/v2.43.3/nfpm_2.43.3_Windows_arm64.zip", + "hash": "f607704a96e9260335bbca5b6d99620444763a69acc57286f951fd418ad168af" } }, "bin": "nfpm.exe",