summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMassimiliano Torromeo2013-03-11 10:03:13 +0100
committerMassimiliano Torromeo2013-03-11 10:03:13 +0100
commitd42aa35ab75c24ae59a13dc1ebe5192977884b74 (patch)
tree203d4de8da1d59648a71d488555a069ce3e1db78 /PKGBUILD
parent5671ea9cad3252f6709d3580c1d6da5be8e7f371 (diff)
downloadaur-d42aa35ab75c24ae59a13dc1ebe5192977884b74.tar.gz
Updated checksums for php-ioncube_loader
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dbd9d2c7d674..00cb093acd46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=php-ioncube_loader
pkgver=4.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="Loader for PHP files encoded with ionCube PHP Encoder"
arch=(i686 x86_64)
url="http://www.ioncube.com/"
@@ -12,10 +12,10 @@ backup=(etc/php/conf.d/00-ioncube_loader.ini)
if [[ $CARCH == "x86_64" ]]; then
source=(http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.bz2)
- md5sums=('87755369e44bdf7897b111f20c021cce')
+ sha256sums=('060592f8ac8392c3b213b9c534d4cf17c798481b97390d79435c3ab0b220b254')
else
source=(http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.bz2)
- md5sums=('393fcc30775f57e01675665ce5861f34')
+ sha256sums=('638a3e3ef5e51db0c6e827c4bc4172365ec440bdf4f41f44cad39c313ce1d209')
fi
build() {