summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoann Laissus2024-05-11 15:30:18 +0200
committerYoann Laissus2024-05-11 15:30:18 +0200
commite8d35891c0704fa705f53859ca8d06ab963fb240 (patch)
treed0252904d1e2005a90659bd17358374a884210ed
parent06f29864230a3850e00eb1058bbc5f4e4d5c1307 (diff)
downloadaur-php-legacy-imap.tar.gz
8.2.19 release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61af5b84197c..0fe6357e8f9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = php-legacy-imap
pkgdesc = PHP legacy extension for imap (excluded from official php packages)
- pkgver = 8.2.14
+ pkgver = 8.2.19
pkgrel = 1
url = https://www.php.net/
arch = x86_64
- license = PHP
+ license = PHP-3.01
depends = php-legacy
depends = c-client
depends = libxcrypt
- source = https://php.net/distributions/php-8.2.14.tar.xz
- sha256sums = 763ecd39fcf51c3815af6ef6e43fa9aa0d0bd8e5a615009e5f4780c92705f583
+ source = https://php.net/distributions/php-8.2.19.tar.xz
+ sha256sums = aecd63f3ebea6768997f5c4fccd98acbf897762ed5fc25300e846197a9485c13
pkgname = php-legacy-imap
diff --git a/PKGBUILD b/PKGBUILD
index c98a9cb53e47..c7215fe925c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ depends=('php-legacy' 'c-client' 'libxcrypt')
source=(
"https://php.net/distributions/php-${pkgver}.tar.xz"
)
-sha256sums=('763ecd39fcf51c3815af6ef6e43fa9aa0d0bd8e5a615009e5f4780c92705f583')
+sha256sums=('aecd63f3ebea6768997f5c4fccd98acbf897762ed5fc25300e846197a9485c13')
_interpreter=${pkgver%.*}
prepare() {