diff options
-rw-r--r-- | community/php7/APKBUILD | 4 | ||||
-rw-r--r-- | community/php8/APKBUILD | 4 |
2 files changed, 4 insertions, 4 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" diff --git a/community/php8/APKBUILD b/community/php8/APKBUILD index 099bf36db2..ec9389a45d 100644 --- a/community/php8/APKBUILD +++ b/community/php8/APKBUILD @@ -26,11 +26,11 @@ pkgname=php8 _pkgreal=php pkgver=8.0.13 -pkgrel=0 +pkgrel=1 _apiver=20200930 _suffix=${pkgname#php} # Is this package the default (latest) PHP version? -_default_php="no" +_default_php="yes" pkgdesc="The PHP$_suffix language runtime engine" url="https://www.php.net/" arch="all" |