summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Tyr2020-06-28 21:44:05 +0100
committerJiri Tyr2020-06-28 21:44:05 +0100
commit1e9262b2065ceb322bff22c5c75359ab42a0ff23 (patch)
tree3d76b4a84c910b319babb3d4ea0d17f11da9f235
parent1a5e56db8c3cb209399d8fd9e2e87d3276badfd6 (diff)
downloadaur-dcos-cli-bin.tar.gz
Version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 677ced93d525..5b6aba072c61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = dcos-cli-bin
pkgdesc = The DC/OS command line interface utility
- pkgver = 0.7.3
+ pkgver = 1.1.2
pkgrel = 1
url = https://docs.mesosphere.com/latest/cli/
arch = x86_64
license = Apache
conflicts = dcos-cli
- source = https://downloads.dcos.io/binaries/cli/linux/x86-64/0.7.3/dcos
- sha256sums = 859af639f3e65b1882726657788c6a5160d8d6965fdc1e3873c8d8d80c76e18a
+ source = https://downloads.dcos.io/binaries/cli/linux/x86-64/1.1.2/dcos
+ sha256sums = feaa251744c2346fb4da834fd223de3291c53bccaf8ea225a7bc2ebc5edf1190
pkgname = dcos-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index f97bb73ede6d..d3008da8feb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
binname='dcos'
pkgname="$binname-cli-bin"
-pkgver='0.7.3'
+pkgver='1.1.2'
pkgrel=1
pkgdesc='The DC/OS command line interface utility'
url='https://docs.mesosphere.com/latest/cli/'
@@ -10,7 +10,7 @@ arch=('x86_64')
license=('Apache')
conflicts=('dcos-cli')
source=("https://downloads.dcos.io/binaries/cli/linux/x86-64/$pkgver/$binname")
-sha256sums=('859af639f3e65b1882726657788c6a5160d8d6965fdc1e3873c8d8d80c76e18a')
+sha256sums=('feaa251744c2346fb4da834fd223de3291c53bccaf8ea225a7bc2ebc5edf1190')
package() {
install -Dm755 "$srcdir/$binname" -t "$pkgdir/usr/bin"