summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornepda2019-03-16 17:38:09 +0100
committernepda2019-03-16 17:38:09 +0100
commitbca91e36d9bf09d93ab2b5ddedc7e93e2c556f40 (patch)
tree77985d3160b77ddd8ed0325174af0795b56a5d33 /PKGBUILD
parenta301545e60520cd674bf8a2658691819cd6aba2f (diff)
downloadaur-bca91e36d9bf09d93ab2b5ddedc7e93e2c556f40.tar.gz
Update to PHP 7.3.3
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f4936127d9e0..b2429a12d2dc 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: nepda <aur@nepda.eu>
pkgname="php-pdo-firebird"
-pkgver=7.3.1
+pkgver=7.3.3
pkgrel=1
pkgdesc="Firebird PHP PDO extension"
arch=("i686" "x86_64")
@@ -9,7 +9,7 @@ license=("PHP")
depends=("php" "libfbclient")
source=("http://www.php.net/distributions/php-${pkgver}.tar.bz2"
"pdo_firebird.ini")
-md5sums=("6259621303e378788e365feff4a262e6"
+md5sums=("03e37fb5246e868a569cdd4c857ba654"
"4a23b02aaa079d4419dad09b41b1f3a2")
build() {