diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2021-12-01 00:21:16 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2021-11-30 23:59:55 +0000 |
commit | 412d58c49390dc540ff3c378ed179931fcdb22c2 (patch) | |
tree | e48e3c55096c0541e761357fad7ff43545364afb /community/php7/APKBUILD | |
parent | d0174b4c4a950da12a486ff022e76b9774447d57 (diff) | |
download | aports-412d58c49390dc540ff3c378ed179931fcdb22c2.tar.gz aports-412d58c49390dc540ff3c378ed179931fcdb22c2.tar.bz2 aports-412d58c49390dc540ff3c378ed179931fcdb22c2.tar.xz |
community/php?: flip default to version 8.0
Diffstat (limited to 'community/php7/APKBUILD')
-rw-r--r-- | community/php7/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/php7/APKBUILD b/community/php7/APKBUILD index 71d12de749..e24bc09d43 100644 --- a/community/php7/APKBUILD +++ b/community/php7/APKBUILD @@ -26,11 +26,11 @@ pkgname=php7 _pkgreal=php pkgver=7.4.26 -pkgrel=0 +pkgrel=1 _apiver=20190902 _suffix=${pkgname#php} # Is this package the default (latest) PHP version? -_default_php="yes" +_default_php="no" pkgdesc="The PHP$_suffix language runtime engine" url="https://www.php.net/" arch="all" |