diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-03-21 15:16:43 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-03-21 15:16:43 +0200 |
commit | c30d95ff38b889f04544a271ebe897597a0daa6a (patch) | |
tree | ae2d2fdef3844121f1d31090329e4bea3350159a | |
parent | 66bc1b9e7b77fca4e402af8178eb4d44084af6c6 (diff) | |
download | aports-c30d95ff38b889f04544a271ebe897597a0daa6a.tar.bz2 aports-c30d95ff38b889f04544a271ebe897597a0daa6a.tar.xz |
community/php7-pecl-igbinary: upgrade to 3.0.1
-rw-r--r-- | community/php7-pecl-igbinary/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/php7-pecl-igbinary/APKBUILD b/community/php7-pecl-igbinary/APKBUILD index 213c5a8efc..fcdad4a5ae 100644 --- a/community/php7-pecl-igbinary/APKBUILD +++ b/community/php7-pecl-igbinary/APKBUILD @@ -3,7 +3,7 @@ pkgname=php7-pecl-igbinary _pkgreal=igbinary -pkgver=3.0.0 +pkgver=3.0.1 pkgrel=0 pkgdesc="Igbinary is a drop in replacement for the standard php serializer" url="https://pecl.php.net/package/igbinary" @@ -40,4 +40,4 @@ package() { "$pkgdir"/etc/php7/conf.d/10_$_pkgreal.ini } -sha512sums="0a2cdd2d9ae753fc324a56604c7dd0fbf27151e73ce804d39f28bc3403bffee1a4ef04243e4c0498cb591a455f91d0130745739947b55bd030f3a92e7bad3e16 php7-pecl-igbinary-3.0.0.tgz" +sha512sums="2a1fbc3fe98e2ed84093c01e615df48c0de5ff85bb96b0df43659facd8680512545371a482c4e7f8d2f14e91eb455c9fc512245d5ba8647d912ba69b49512d37 php7-pecl-igbinary-3.0.1.tgz" |