diff options
-rw-r--r-- | testing/php7-pecl-uuid/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/php7-pecl-uuid/APKBUILD b/testing/php7-pecl-uuid/APKBUILD index 20a544e555..2c22447b58 100644 --- a/testing/php7-pecl-uuid/APKBUILD +++ b/testing/php7-pecl-uuid/APKBUILD @@ -2,9 +2,9 @@ # Maintainer: Fabio Ribeiro <fabiorphp@gmail.com> pkgname=php7-pecl-uuid _pkgreal=uuid -pkgver=1.0.4 +pkgver=1.1.0 _pkgver=${pkgver} -pkgrel=6 +pkgrel=0 pkgdesc="A wrapper around libuuid from the ext2utils project." url="https://pecl.php.net/package/$_pkgreal" arch="all" @@ -36,4 +36,4 @@ package() { echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/50_$_pkgreal.ini } -sha512sums="989d993f8158a13026b8e5c02f4aa50489b1a946d12da81dd1fff6091839a45b180562f74c8af368a498c495477374ec9e1d536e7de0178c1f288e3abe360164 uuid-1.0.4.tgz" +sha512sums="aea814a12e266e4a9e36c58bae78927fa9de6d2b7bf9c75a911710b26958aeecd31d972f56519cf4882a4b13864bc0740ad968b06e704ce7642279253009e76d uuid-1.1.0.tgz" |