From 412d58c49390dc540ff3c378ed179931fcdb22c2 Mon Sep 17 00:00:00 2001 From: Andy Postnikov Date: Wed, 1 Dec 2021 00:21:16 +0200 Subject: community/php?: flip default to version 8.0 --- community/php7/APKBUILD | 4 ++-- 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" -- cgit v1.2.3