Skip to content

Commit

Permalink
system/nerdctl: Updated for version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
earies committed Dec 14, 2024
1 parent 1db48d6 commit 9a88032
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions system/nerdctl/nerdctl.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=nerdctl
VERSION=${VERSION:-2.0.1}
GITHASH=${GITHASH:-47f31ff2c1615c1accb85c1ce4e7882ad739102f}
VERSION=${VERSION:-2.0.2}
GITHASH=${GITHASH:-1220ce7ec2701d485a9b1beeea63dae3da134fb5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down Expand Up @@ -64,8 +64,8 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;

sed -i \
-e "s/git describe --match.*$/echo ${VERSION})/" \
-e "s/git rev-parse HEAD.*$/echo ${GITHASH})/" \
-e "s/git -C.*describe --match.*--tags/echo ${VERSION})/" \
-e "s/git -C.*rev-parse HEAD.* fi/echo ${GITHASH})/" \
-e 's/-s -w //' \
Makefile

Expand Down
6 changes: 3 additions & 3 deletions system/nerdctl/nerdctl.info
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PRGNAM="nerdctl"
VERSION="2.0.1"
VERSION="2.0.2"
HOMEPAGE="https://github.com/containerd/nerdctl"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/containerd/nerdctl/archive/v2.0.1/nerdctl-2.0.1.tar.gz"
MD5SUM_x86_64="8b4b5bb11516c245fff4a91c237551af"
DOWNLOAD_x86_64="https://github.com/containerd/nerdctl/archive/v2.0.2/nerdctl-2.0.2.tar.gz"
MD5SUM_x86_64="0fbe031015dd2b8c7f3e971815e608f7"
REQUIRES="containerd"
MAINTAINER="Ebben Aries"
EMAIL="[email protected]"

0 comments on commit 9a88032

Please sign in to comment.