diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2020-01-22 19:29:30 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2020-01-22 19:29:30 +0200 |
commit | e045f093af466b4d7f159b9e6e4eb8c2834cb6fc (patch) | |
tree | 31a8d46661126af8e1eead8cf6ee464239fdfa75 | |
parent | 0c7129b01db171f27d22fda5bd5ac817a051cb87 (diff) | |
download | aports-e045f093af466b4d7f159b9e6e4eb8c2834cb6fc.tar.bz2 aports-e045f093af466b4d7f159b9e6e4eb8c2834cb6fc.tar.xz |
community/php7-pecl-igbinary: upgrade to 3.1.2
-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 c9c0bdf3ec..01f78b14d2 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.1.1 +pkgver=3.1.2 pkgrel=0 pkgdesc="Igbinary is a drop in replacement for the standard php serializer" url="https://pecl.php.net/package/igbinary" @@ -38,4 +38,4 @@ package() { "$pkgdir"/etc/php7/conf.d/10_$_pkgreal.ini } -sha512sums="a52fa2077f7166620fd88ea6c2cf081ca2edbd51a4671b333bd8f4b2b90748a1ab2275a77a78f9688b2261f27ff9840610410e49aae3e04136eb78db1990a8d0 php7-pecl-igbinary-3.1.1.tgz" +sha512sums="8d293b63e64a2759d55569fda9f9641c34dd9cc1529612d22821f8026b09010e35e2f36552f88e4af89c64a81a9a1548e012b176e2fedab74f839bf7699168c2 php7-pecl-igbinary-3.1.2.tgz" |