diff options
Diffstat (limited to 'system/containerd/containerd.SlackBuild')
-rw-r--r-- | system/containerd/containerd.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/system/containerd/containerd.SlackBuild b/system/containerd/containerd.SlackBuild index 912b0fd226..5e2e96ceba 100644 --- a/system/containerd/containerd.SlackBuild +++ b/system/containerd/containerd.SlackBuild @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=containerd -VERSION=${VERSION:-1.5.8} -GITHASH=${GITHASH:-05f951a3781f4f2c1911b05e61c160e9c30eaa8e} +VERSION=${VERSION:-1.6.4} +GITHASH=${GITHASH:-212e8b6fa2f44b9c21b2798135fc6fb7c53efc16} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 |