diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-14 11:44:25 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-14 12:00:37 +0000 |
commit | 1599fe38e0c62470ea41a6dae232ed9ac3c9ecec (patch) | |
tree | ba194991802597780f612afa12ee7283bbb042b7 /testing/php7-uploadprogress | |
parent | 117518f431e93c091455f46b0289ce7672b6ce90 (diff) | |
download | aports-1599fe38e0c62470ea41a6dae232ed9ac3c9ecec.tar.bz2 aports-1599fe38e0c62470ea41a6dae232ed9ac3c9ecec.tar.xz |
testing/php7-uploadprogress: rebuild against php 7.3
Diffstat (limited to 'testing/php7-uploadprogress')
-rw-r--r-- | testing/php7-uploadprogress/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/php7-uploadprogress/APKBUILD b/testing/php7-uploadprogress/APKBUILD index a3e1f3eb79..62f9eee8fe 100644 --- a/testing/php7-uploadprogress/APKBUILD +++ b/testing/php7-uploadprogress/APKBUILD @@ -4,7 +4,7 @@ pkgname=php7-uploadprogress _pkgreal=uploadprogress pkgver=2.0.0 -pkgrel=0 +pkgrel=1 pkgdesc="An extension to track progress of a file upload for PHP" url="https://github.com/php/pecl-php-uploadprogress" arch="all" |