From 259986ed1d2a78f5442188f85fb32c4e1fc5b1ad Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Sat, 26 Oct 2024 21:26:36 +0200 Subject: [PATCH] update nfpm to 2.41.0 Signed-off-by: Nicola Murino --- pkgs/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/build.sh b/pkgs/build.sh index b2f62767..e4217dfe 100755 --- a/pkgs/build.sh +++ b/pkgs/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -NFPM_VERSION=2.40.0 +NFPM_VERSION=2.41.0 NFPM_ARCH=${NFPM_ARCH:-amd64} if [ -z ${SFTPGO_VERSION} ] then