From 2b84b8c2681209f29ccaf216485522c52538f542 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 7 Jun 2025 20:28:19 +0000 Subject: [PATCH] nfpm: Update to version 2.43.0 --- bucket/nfpm.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nfpm.json b/bucket/nfpm.json index 7eb0fd2282..a3c6920115 100644 --- a/bucket/nfpm.json +++ b/bucket/nfpm.json @@ -1,16 +1,16 @@ { - "version": "2.42.1", + "version": "2.43.0", "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" + "url": "https://github.com/goreleaser/nfpm/releases/download/v2.43.0/nfpm_2.43.0_Windows_x86_64.zip", + "hash": "e3551b135b37d4a19521db4c549a2c81a214d819ee09623ac092c89f3324a854" }, "arm64": { - "url": "https://github.com/goreleaser/nfpm/releases/download/v2.42.1/nfpm_2.42.1_Windows_arm64.zip", - "hash": "0b46ad9140c5c7b32bee98d55fd62711f8ae983e818182bfdcf9e842bcd93964" + "url": "https://github.com/goreleaser/nfpm/releases/download/v2.43.0/nfpm_2.43.0_Windows_arm64.zip", + "hash": "53dbc58b49e7bd54d63694f1460363b593b760e4328f61ec32afb0f39df080e9" } }, "bin": "nfpm.exe",