summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornepda2019-03-16 17:37:54 +0100
committernepda2019-03-16 17:37:54 +0100
commit02c8f2ed4178fdc4305347eeecf415448cb8cc53 (patch)
treed0b912812199309a55f62bb13f5298ef1c4367dc /PKGBUILD
parent9bdb794e6f5be7991937a1cd0969030f8c919fc0 (diff)
downloadaur-02c8f2ed4178fdc4305347eeecf415448cb8cc53.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 c6b65d6ea194..0c87b326d6a5 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: nepda <aur@nepda.eu>
pkgname="php-interbase"
-pkgver=7.3.1
+pkgver=7.3.3
pkgrel=1
pkgdesc="Interbase PHP extension"
arch=("i686" "x86_64")
@@ -9,7 +9,7 @@ license=("PHP")
depends=("php" "libfbclient")
source=("http://www.php.net/distributions/php-${pkgver}.tar.bz2"
"interbase.ini")
-md5sums=("6259621303e378788e365feff4a262e6"
+md5sums=("03e37fb5246e868a569cdd4c857ba654"
"1294b282b70e9c1bf4f267b74f491baa")
build() {