diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-09-14 09:35:11 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-09-14 09:35:11 +0000 |
commit | c07d0e4210e973a9bb74f2d88cabe8e1dab11681 (patch) | |
tree | c6894c59f5c59d5c5750dbae16090bca01254a99 /community/php7 | |
parent | 85da9a59073f3398224cedc931e88bb84502c385 (diff) | |
download | aports-c07d0e4210e973a9bb74f2d88cabe8e1dab11681.tar.bz2 aports-c07d0e4210e973a9bb74f2d88cabe8e1dab11681.tar.xz |
community/php7: bump pkgrel due to krb5 upgrade
Diffstat (limited to 'community/php7')
-rw-r--r-- | community/php7/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/php7/APKBUILD b/community/php7/APKBUILD index 73d51a4763..795cf5fd3e 100644 --- a/community/php7/APKBUILD +++ b/community/php7/APKBUILD @@ -20,7 +20,7 @@ pkgname=php7 _pkgreal=php pkgver=7.1.9 -pkgrel=0 +pkgrel=1 _apiver=20160303 _suffix=${pkgname#php} # Is this package the default (latest) PHP version? |