mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 14:20:55 +03:00
pkgs: update nfpm to 2.7 and use xz as compression for both deb and rpm
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
NFPM_VERSION=2.6.0
|
||||
NFPM_VERSION=2.7.0
|
||||
NFPM_ARCH=${NFPM_ARCH:-amd64}
|
||||
if [ -z ${SFTPGO_VERSION} ]
|
||||
then
|
||||
@@ -111,7 +111,10 @@ overrides:
|
||||
postremove: ../scripts/rpm/postremove
|
||||
|
||||
rpm:
|
||||
compression: lzma
|
||||
compression: xz
|
||||
|
||||
deb:
|
||||
compression: xz
|
||||
|
||||
EOF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user