Browse Source

update nfpm to 1.10.3

Nicola Murino 4 years ago
parent
commit
23192a3be7
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=1.10.2
+NFPM_VERSION=1.10.3
 NFPM_ARCH=${NFPM_ARCH:-amd64}
 if [ -z ${SFTPGO_VERSION} ]
 then