Browse Source

upgrade nfpm to 2.41.1

Signed-off-by: Nicola Murino <[email protected]>
Nicola Murino 11 tháng trước cách đây
mục cha
commit
2fad0467d9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pkgs/build.sh

+ 1 - 1
pkgs/build.sh

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