Browse Source

update nfpm to 2.34.0

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
Nicola Murino 1 year ago
parent
commit
116be362ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkgs/build.sh

+ 1 - 1
pkgs/build.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-NFPM_VERSION=2.33.1
+NFPM_VERSION=2.34.0
 NFPM_ARCH=${NFPM_ARCH:-amd64}
 if [ -z ${SFTPGO_VERSION} ]
 then