diff options
Diffstat (limited to 'community/php8/APKBUILD')
-rw-r--r-- | community/php8/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
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" |