summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO30
-rw-r--r--PKGBUILD16
2 files changed, 23 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20a4562a19b0..f3df6c687b6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = chkit
pkgdesc = The Containerum CLI
- pkgver = 3.2.0
+ pkgver = 3.5.0
pkgrel = 1
- url = https://containerum.com/documentation
+ url = https://docs.containerum.com/cli
arch = i686
arch = x86_64
arch = arm
@@ -10,20 +10,20 @@ pkgbase = chkit
arch = armv7h
arch = aarch64
license = MIT
- source = https://github.com/containerum/chkit/raw/v3.2.0/LICENSE
+ source = https://github.com/containerum/chkit/raw/v3.5.0/LICENSE
md5sums = bfa4ddd8612478bdf362161209972c9b
- source_i686 = https://github.com/containerum/chkit/releases/download/v3.2.0/chkit_linux_386_v3.2.0.tar.gz
- md5sums_i686 = d4b0b44cdb7ee29cfdf3ff716cf9532b
- source_x86_64 = https://github.com/containerum/chkit/releases/download/v3.2.0/chkit_linux_amd64_v3.2.0.tar.gz
- md5sums_x86_64 = 6b21c6e9bef03e9aeb6f56c66da38fc3
- source_arm = https://github.com/containerum/chkit/releases/download/v3.2.0/chkit_linux_arm_v3.2.0.tar.gz
- md5sums_arm = 098dc190b2758b98e98eeaf2ecfaa997
- source_armv6h = https://github.com/containerum/chkit/releases/download/v3.2.0/chkit_linux_arm_v3.2.0.tar.gz
- md5sums_armv6h = 098dc190b2758b98e98eeaf2ecfaa997
- source_armv7h = https://github.com/containerum/chkit/releases/download/v3.2.0/chkit_linux_arm_v3.2.0.tar.gz
- md5sums_armv7h = 098dc190b2758b98e98eeaf2ecfaa997
- source_aarch64 = https://github.com/containerum/chkit/releases/download/v3.2.0/chkit_linux_arm_v3.2.0.tar.gz
- md5sums_aarch64 = 098dc190b2758b98e98eeaf2ecfaa997
+ source_i686 = https://github.com/containerum/chkit/releases/download/v3.5.0/chkit_linux_386_v3.5.0.tar.gz
+ md5sums_i686 = cfe20f0cfc78045b58151b329b3fbfeb
+ source_x86_64 = https://github.com/containerum/chkit/releases/download/v3.5.0/chkit_linux_amd64_v3.5.0.tar.gz
+ md5sums_x86_64 = ad9787743ab22db3e25270ba3de62932
+ source_arm = https://github.com/containerum/chkit/releases/download/v3.5.0/chkit_linux_arm_v3.5.0.tar.gz
+ md5sums_arm = 8072220554b6208ce79bafcb298f0b58
+ source_armv6h = https://github.com/containerum/chkit/releases/download/v3.5.0/chkit_linux_arm_v3.5.0.tar.gz
+ md5sums_armv6h = 8072220554b6208ce79bafcb298f0b58
+ source_armv7h = https://github.com/containerum/chkit/releases/download/v3.5.0/chkit_linux_arm_v3.5.0.tar.gz
+ md5sums_armv7h = 8072220554b6208ce79bafcb298f0b58
+ source_aarch64 = https://github.com/containerum/chkit/releases/download/v3.5.0/chkit_linux_arm_v3.5.0.tar.gz
+ md5sums_aarch64 = 8072220554b6208ce79bafcb298f0b58
pkgname = chkit
diff --git a/PKGBUILD b/PKGBUILD
index dafd80a04bc7..acc4b120efb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Cédric Connes <cedric.connes@gmail.com>
pkgname=chkit
-pkgver=3.2.0
+pkgver=3.5.0
pkgrel=1
pkgdesc="The Containerum CLI"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
-url="https://containerum.com/documentation"
+url="https://docs.containerum.com/cli"
license=('MIT')
source=("https://github.com/containerum/chkit/raw/v$pkgver/LICENSE")
source_i686=("https://github.com/containerum/chkit/releases/download/v$pkgver/chkit_linux_386_v$pkgver.tar.gz")
@@ -15,12 +15,12 @@ source_armv6h=("https://github.com/containerum/chkit/releases/download/v$pkgver/
source_armv7h=("https://github.com/containerum/chkit/releases/download/v$pkgver/chkit_linux_arm_v$pkgver.tar.gz")
source_aarch64=("https://github.com/containerum/chkit/releases/download/v$pkgver/chkit_linux_arm_v$pkgver.tar.gz")
md5sums=('bfa4ddd8612478bdf362161209972c9b')
-md5sums_i686=('d4b0b44cdb7ee29cfdf3ff716cf9532b')
-md5sums_x86_64=('6b21c6e9bef03e9aeb6f56c66da38fc3')
-md5sums_arm=('098dc190b2758b98e98eeaf2ecfaa997')
-md5sums_armv6h=('098dc190b2758b98e98eeaf2ecfaa997')
-md5sums_armv7h=('098dc190b2758b98e98eeaf2ecfaa997')
-md5sums_aarch64=('098dc190b2758b98e98eeaf2ecfaa997')
+md5sums_i686=('cfe20f0cfc78045b58151b329b3fbfeb')
+md5sums_x86_64=('ad9787743ab22db3e25270ba3de62932')
+md5sums_arm=('8072220554b6208ce79bafcb298f0b58')
+md5sums_armv6h=('8072220554b6208ce79bafcb298f0b58')
+md5sums_armv7h=('8072220554b6208ce79bafcb298f0b58')
+md5sums_aarch64=('8072220554b6208ce79bafcb298f0b58')
package() {
install -D -m755 chkit "$pkgdir/usr/bin/chkit"