summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1eade36370bd..b506483fdb74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
-# Generated by makepkg 5.0.0
-# Mon May 9 09:35:47 UTC 2016
pkgbase = zookeepercli
pkgdesc = Simple, lightweight, dependable CLI for Apache ZooKeeper
- pkgver = 1.0.10
+ pkgver = 1.0.12
pkgrel = 1
url = https://github.com/outbrain/zookeepercli
arch = x86_64
license = GPL
depends = glibc
- source = https://github.com/outbrain/zookeepercli/releases/download/v1.0.10/zookeepercli
- md5sums = 61d90243fb66ef6d423cbe5923f63c2a
+ source = https://github.com/outbrain/zookeepercli/releases/download/v1.0.12/zookeepercli-linux-amd64-binary.tar.gz
+ sha256sums = 003b15110ec4c939d885eda5e31f3859148f963c6f490596d8de275b09d26d0c
pkgname = zookeepercli
diff --git a/PKGBUILD b/PKGBUILD
index afce98578e6f..4a8a4198e198 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Cedric Meury <cedric@meury.com>
pkgname=zookeepercli
-pkgver=1.0.10
+pkgver=1.0.12
pkgrel=1
pkgdesc="Simple, lightweight, dependable CLI for Apache ZooKeeper"
arch=('x86_64')
url="https://github.com/outbrain/zookeepercli"
license=('GPL')
depends=('glibc')
-source=(https://github.com/outbrain/$pkgname/releases/download/v$pkgver/$pkgname)
-md5sums=('61d90243fb66ef6d423cbe5923f63c2a')
+source=(https://github.com/outbrain/$pkgname/releases/download/v$pkgver/$pkgname-linux-amd64-binary.tar.gz)
+sha256sums=('003b15110ec4c939d885eda5e31f3859148f963c6f490596d8de275b09d26d0c')
package() {
mkdir -p $pkgdir/usr/bin