diff --git a/README.md b/README.md index e3123fd..a700ab2 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ This repository contains workflows to create packages for SFTPGo plugins. Included plugins: -- eventstore v1.0.17 -- eventsearch v1.0.17 -- auth v1.0.8 +- eventstore v1.0.18 +- eventsearch v1.0.18 +- auth v1.0.9 - geoipfilter v1.0.8 - pubsub v1.0.12 -- kms v1.0.11 +- kms v1.0.12 diff --git a/build.sh b/build.sh index 2db7cdb..c32c689 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -NFPM_VERSION=2.38.0 +NFPM_VERSION=2.40.0 NFPM_ARCH=${NFPM_ARCH:-amd64} SUFFIX=${PLUGINS_ARCH:-amd64} VERSION=${PLUGINS_VERSION:-undefined}