mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/php-legacy to 8.2.17-1
This commit is contained in:
parent
3bfd41db81
commit
abf93dc963
2 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = php-legacy
|
||||
pkgver = 8.2.16
|
||||
pkgrel = 2
|
||||
pkgver = 8.2.17
|
||||
pkgrel = 1
|
||||
url = https://www.php.net/
|
||||
arch = x86_64
|
||||
license = PHP-3.01
|
||||
|
@ -29,8 +29,8 @@ pkgbase = php-legacy
|
|||
makedepends = libnsl
|
||||
makedepends = oniguruma
|
||||
makedepends = patchelf
|
||||
source = https://php.net/distributions/php-8.2.16.tar.xz
|
||||
source = https://php.net/distributions/php-8.2.16.tar.xz.asc
|
||||
source = https://php.net/distributions/php-8.2.17.tar.xz
|
||||
source = https://php.net/distributions/php-8.2.17.tar.xz.asc
|
||||
source = apache.conf
|
||||
source = php-fpm.tmpfiles
|
||||
source = apache.patch
|
||||
|
@ -40,7 +40,7 @@ pkgbase = php-legacy
|
|||
validpgpkeys = 1198C0117593497A5EC5C199286AF1F9897469DC
|
||||
validpgpkeys = 39B641343D8C104B2B146DC3F9C39DC0B9698544
|
||||
validpgpkeys = E60913E4DF209907D8E30D96659A97C9CF2A795A
|
||||
sha256sums = 28cdc995b7d5421711c7044294885fcde4390c9f67504a994b4cf9bc1b5cc593
|
||||
sha256sums = 1cc4ef733ba58f6557db648012471f1916e5bac316303aa165535bedab08ee35
|
||||
sha256sums = SKIP
|
||||
sha256sums = 2173046ac22ac50c7a6721306d3f79b2086f66a7a6ff5d8af249a474763197a1
|
||||
sha256sums = f3236ca866095d5e42e51e3fa600082ccd0afcfb7f1aecbeb286ef9d4f0dd564
|
||||
|
@ -59,7 +59,7 @@ pkgname = php-legacy
|
|||
depends = oniguruma
|
||||
depends = gdbm
|
||||
provides = php-interpreter=8.2
|
||||
provides = php-legacy-intl=8.2.16
|
||||
provides = php-legacy-intl=8.2.17
|
||||
conflicts = php-legacy-intl
|
||||
replaces = php-legacy-intl
|
||||
backup = etc/php-legacy/php.ini
|
||||
|
|
|
@ -21,8 +21,8 @@ pkgname=('php-legacy'
|
|||
'php-legacy-sqlite'
|
||||
'php-legacy-tidy'
|
||||
'php-legacy-xsl')
|
||||
pkgver=8.2.16
|
||||
pkgrel=2
|
||||
pkgver=8.2.17
|
||||
pkgrel=1
|
||||
arch=('x86_64')
|
||||
license=('PHP-3.01')
|
||||
url='https://www.php.net/'
|
||||
|
@ -33,7 +33,7 @@ checkdepends=('procps-ng')
|
|||
source=("https://php.net/distributions/php-${pkgver}.tar.xz"{,.asc}
|
||||
'apache.conf' 'php-fpm.tmpfiles' 'apache.patch' 'php-fpm.patch' 'php.ini.patch' 'php-legacy.patch')
|
||||
|
||||
sha256sums=('28cdc995b7d5421711c7044294885fcde4390c9f67504a994b4cf9bc1b5cc593'
|
||||
sha256sums=('1cc4ef733ba58f6557db648012471f1916e5bac316303aa165535bedab08ee35'
|
||||
'SKIP'
|
||||
'2173046ac22ac50c7a6721306d3f79b2086f66a7a6ff5d8af249a474763197a1'
|
||||
'f3236ca866095d5e42e51e3fa600082ccd0afcfb7f1aecbeb286ef9d4f0dd564'
|
||||
|
|
Loading…
Reference in a new issue