summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwuhx2021-11-22 23:29:49 +0000
committerwuhx2021-11-22 23:29:49 +0000
commit70b8f51778e3b05355c3c4424027884bb5559301 (patch)
treef08f5539e73b700e61e4c8150761e7c2a89ebdd8
parent363c0e1cfd6184228d0f08f253608b2ff1965a97 (diff)
downloadaur-70b8f51778e3b05355c3c4424027884bb5559301.tar.gz
update version: 0.14.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a62070f808b..571d1b6f18ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = nerdctl-full-bin
pkgdesc = nerdctl full pkg, bundle with containerd/CNI plugin/RootlessKit
- pkgver = 0.13.0
+ pkgver = 0.14.0
pkgrel = 1
url = https://github.com/containerd/nerdctl
arch = x86_64
license = Apache
- source = https://github.com/containerd/nerdctl/releases/download/v0.13.0/nerdctl-full-0.13.0-linux-amd64.tar.gz
- sha256sums = ed2d3662fd2866875e107df20f7da6dd32fafa8fa3e8aa9b6b774af20af5ddaa
+ source = https://github.com/containerd/nerdctl/releases/download/v0.14.0/nerdctl-full-0.14.0-linux-amd64.tar.gz
+ sha256sums = 3423cb589bb5058ff9ed55f6823adec1299fe2e576612fc6f706fe07eddd398b
pkgname = nerdctl-full-bin
diff --git a/PKGBUILD b/PKGBUILD
index c38c4f6a86d8..1c62c48ab90b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: wuhx <aur@xun.im>
pkgname=nerdctl-full-bin
-pkgver=0.13.0
+pkgver=0.14.0
pkgrel=1
pkgdesc="nerdctl full pkg, bundle with containerd/CNI plugin/RootlessKit"
arch=('x86_64')
url="https://github.com/containerd/nerdctl"
license=('Apache')
source=("https://github.com/containerd/nerdctl/releases/download/v${pkgver}/nerdctl-full-${pkgver}-linux-amd64.tar.gz")
-sha256sums=('ed2d3662fd2866875e107df20f7da6dd32fafa8fa3e8aa9b6b774af20af5ddaa')
+sha256sums=('3423cb589bb5058ff9ed55f6823adec1299fe2e576612fc6f706fe07eddd398b')
package() {
mkdir -p "$pkgdir/usr/local"