summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Connes2018-05-28 22:30:31 +0200
committerCédric Connes2018-05-28 22:30:31 +0200
commit4c298f8b3fab30d0c495c9a4d1e8e344ed6d59e7 (patch)
treeb383a5a9e8ff2028877c7da1c906107e0b06c638
parent61c02dfd95f6e5e315b926d38b4a802a17ebd696 (diff)
downloadaur-4c298f8b3fab30d0c495c9a4d1e8e344ed6d59e7.tar.gz
Update to v3.1.2
-rw-r--r--.SRCINFO30
-rw-r--r--PKGBUILD33
2 files changed, 29 insertions, 34 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6afd8718506a..df8f8b970de0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = chkit
pkgdesc = The Containerum CLI
- pkgver = 2.4.2
- pkgrel = 2
+ pkgver = 3.1.2
+ pkgrel = 1
url = https://containerum.com/documentation
arch = i686
arch = x86_64
@@ -10,20 +10,20 @@ pkgbase = chkit
arch = armv7h
arch = aarch64
license = MIT
- source = https://github.com/containerum/chkit/raw/v2.4.2/LICENSE
+ source = https://github.com/containerum/chkit/raw/v3.1.2/LICENSE
md5sums = bfa4ddd8612478bdf362161209972c9b
- source_i686 = https://github.com/containerum/chkit/releases/download/v2.4.2/chkit_linux_x86_v2.4.2.tar.gz
- md5sums_i686 = 26704418a5edadea615456b399e687d9
- source_x86_64 = https://github.com/containerum/chkit/releases/download/v2.4.2/chkit_linux_x64_v2.4.2.tar.gz
- md5sums_x86_64 = cf28d55e264964ca6e96a45eaef5ef5c
- source_arm = https://github.com/containerum/chkit/releases/download/v2.4.2/chkit_linux_arm_v2.4.2.tar.gz
- md5sums_arm = 3ef8be66f47d60c32a93384dd9d859c7
- source_armv6h = https://github.com/containerum/chkit/releases/download/v2.4.2/chkit_linux_arm_v2.4.2.tar.gz
- md5sums_armv6h = 3ef8be66f47d60c32a93384dd9d859c7
- source_armv7h = https://github.com/containerum/chkit/releases/download/v2.4.2/chkit_linux_arm_v2.4.2.tar.gz
- md5sums_armv7h = 3ef8be66f47d60c32a93384dd9d859c7
- source_aarch64 = https://github.com/containerum/chkit/releases/download/v2.4.2/chkit_linux_arm_v2.4.2.tar.gz
- md5sums_aarch64 = 3ef8be66f47d60c32a93384dd9d859c7
+ source_i686 = https://github.com/containerum/chkit/releases/download/v3.1.2/chkit_linux_386_v3.1.2.release.tar.gz
+ md5sums_i686 = 8f229f4ca7c4428da7248a36e3a3f4db
+ source_x86_64 = https://github.com/containerum/chkit/releases/download/v3.1.2/chkit_linux_amd64_v3.1.2.release.tar.gz
+ md5sums_x86_64 = 90601159de98d87eb7f465b2a2d0fd4b
+ source_arm = https://github.com/containerum/chkit/releases/download/v3.1.2/chkit_linux_arm_v3.1.2.release.tar.gz
+ md5sums_arm = 69e4c0b0d655b89d60b969110277ec10
+ source_armv6h = https://github.com/containerum/chkit/releases/download/v3.1.2/chkit_linux_arm_v3.1.2.release.tar.gz
+ md5sums_armv6h = 69e4c0b0d655b89d60b969110277ec10
+ source_armv7h = https://github.com/containerum/chkit/releases/download/v3.1.2/chkit_linux_arm_v3.1.2.release.tar.gz
+ md5sums_armv7h = 69e4c0b0d655b89d60b969110277ec10
+ source_aarch64 = https://github.com/containerum/chkit/releases/download/v3.1.2/chkit_linux_arm_v3.1.2.release.tar.gz
+ md5sums_aarch64 = 69e4c0b0d655b89d60b969110277ec10
pkgname = chkit
diff --git a/PKGBUILD b/PKGBUILD
index ba3f49582df1..11dd2e76e092 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,33 +1,28 @@
# Maintainer: Cédric Connes <cedric.connes@gmail.com>
pkgname=chkit
-pkgver=2.4.2
-pkgrel=2
+pkgver=3.1.2
+pkgrel=1
pkgdesc="The Containerum CLI"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://containerum.com/documentation"
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_x86_v$pkgver.tar.gz")
-source_x86_64=("https://github.com/containerum/chkit/releases/download/v$pkgver/chkit_linux_x64_v$pkgver.tar.gz")
-source_arm=("https://github.com/containerum/chkit/releases/download/v$pkgver/chkit_linux_arm_v$pkgver.tar.gz")
-source_armv6h=("https://github.com/containerum/chkit/releases/download/v$pkgver/chkit_linux_arm_v$pkgver.tar.gz")
-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")
+source_i686=("https://github.com/containerum/chkit/releases/download/v$pkgver/chkit_linux_386_v$pkgver.release.tar.gz")
+source_x86_64=("https://github.com/containerum/chkit/releases/download/v$pkgver/chkit_linux_amd64_v$pkgver.release.tar.gz")
+source_arm=("https://github.com/containerum/chkit/releases/download/v$pkgver/chkit_linux_arm_v$pkgver.release.tar.gz")
+source_armv6h=("https://github.com/containerum/chkit/releases/download/v$pkgver/chkit_linux_arm_v$pkgver.release.tar.gz")
+source_armv7h=("https://github.com/containerum/chkit/releases/download/v$pkgver/chkit_linux_arm_v$pkgver.release.tar.gz")
+source_aarch64=("https://github.com/containerum/chkit/releases/download/v$pkgver/chkit_linux_arm_v$pkgver.release.tar.gz")
md5sums=('bfa4ddd8612478bdf362161209972c9b')
-md5sums_i686=('26704418a5edadea615456b399e687d9')
-md5sums_x86_64=('cf28d55e264964ca6e96a45eaef5ef5c')
-md5sums_arm=('3ef8be66f47d60c32a93384dd9d859c7')
-md5sums_armv6h=('3ef8be66f47d60c32a93384dd9d859c7')
-md5sums_armv7h=('3ef8be66f47d60c32a93384dd9d859c7')
-md5sums_aarch64=('3ef8be66f47d60c32a93384dd9d859c7')
-
-build() {
- ./chkit genautocomplete > completions
-}
+md5sums_i686=('8f229f4ca7c4428da7248a36e3a3f4db')
+md5sums_x86_64=('90601159de98d87eb7f465b2a2d0fd4b')
+md5sums_arm=('69e4c0b0d655b89d60b969110277ec10')
+md5sums_armv6h=('69e4c0b0d655b89d60b969110277ec10')
+md5sums_armv7h=('69e4c0b0d655b89d60b969110277ec10')
+md5sums_aarch64=('69e4c0b0d655b89d60b969110277ec10')
package() {
install -D -m755 chkit "$pkgdir/usr/bin/chkit"
- install -D -m644 completions "$pkgdir/usr/share/bash-completion/completions/chkit"
install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}