[arch-commits] Commit in php-redis/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Fri Jul 12 09:06:57 UTC 2019


    Date: Friday, July 12, 2019 @ 09:06:57
  Author: dvzrv
Revision: 488940

upgpkg: php-redis 5.0.1-1

Upgrading to 5.0.1.

Modified:
  php-redis/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-12 04:37:03 UTC (rev 488939)
+++ PKGBUILD	2019-07-12 09:06:57 UTC (rev 488940)
@@ -3,8 +3,8 @@
 pkgname=php-redis
 _name=redis
 _upstream=phpredis
-pkgver=5.0.0
-pkgrel=2
+pkgver=5.0.1
+pkgrel=1
 pkgdesc="An API for communicating with the Redis key-value store"
 arch=('x86_64')
 url="https://github.com/phpredis/phpredis/"
@@ -13,7 +13,7 @@
 checkdepends=('lsof' 'redis')
 optdepends=('redis: use a local redis instance')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/${_upstream}/${_upstream}/archive/${pkgver}.tar.gz")
-sha512sums=('3826cdb48c2747d36ea3ce44eb046ffb3e56e525181276dfa2b88d5484064aa444ae8254954a93260e8d21a095d690eea908d9394721dc5d169e05e92256b575')
+sha512sums=('7d0a2bf01fc5be1d91dcaf731b7b66299bc3f89edc75c1cc7d2f99ff5b2793b2b8b4dfb461df971d3f1b61c8c26317b8b6b700ea7ad73cefdb198fcd21203fbe')
 
 prepare() {
   mv -v "${_upstream}-${pkgver}" "$pkgname-$pkgver"



More information about the arch-commits mailing list