[arch-commits] Commit in hiredis/trunk (PKGBUILD)
Massimiliano Torromeo
mtorromeo at archlinux.org
Mon Feb 2 08:45:27 UTC 2015
Date: Monday, February 2, 2015 @ 09:45:27
Author: mtorromeo
Revision: 126956
upgpkg: hiredis 0.12.1-1
Updated to 0.12.1
Modified:
hiredis/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-02 08:30:04 UTC (rev 126955)
+++ PKGBUILD 2015-02-02 08:45:27 UTC (rev 126956)
@@ -3,8 +3,8 @@
# Contributor: Vladimir Tsanev <tsachev at gmail.com>
pkgname=hiredis
-pkgver=0.11.0
-pkgrel=4
+pkgver=0.12.1
+pkgrel=1
pkgdesc='Minimalistic C client library for Redis'
arch=('x86_64' 'i686')
url="https://github.com/redis/hiredis/"
@@ -12,7 +12,7 @@
depends=('glibc')
checkdepends=('redis')
source=(hiredis-$pkgver.tar.gz::https://github.com/redis/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('ff7b2849e55bf3589eecced7125934feb9645c36a4d490d001dc08c93553eafd')
+sha256sums=('194df55484a506e921da784913a07fbda86e2608b5aabd1ffe9bb1de330099a8')
build() {
cd "$srcdir"/$pkgname-$pkgver
More information about the arch-commits
mailing list