summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c77c032bdf04..520e974f012d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Original packager: Francois Boulogne <fboulogne at april dot org>
# Maintainer: Andrea Girotto echo "naqern.tvebggb@tznvy.pbz" | tr '[a-z]' '[n-za-m]'
pkgname=java-commons-codec
-pkgver=1.10
+pkgver=1.11
pkgrel=1
pkgdesc='Implementations of common encoders and decoders such as Base64, Hex, Phonetic and URLs'
arch=(any)
@@ -9,7 +9,7 @@ url='http://commons.apache.org/codec/'
license=('Apache')
depends=('java-environment')
source=("http://mirror.ibcp.fr/pub/apache//commons/codec/binaries/commons-codec-${pkgver}-bin.tar.gz")
-md5sums=('9b413ef3eae50bdf3da89644fd3cdbe5')
+md5sums=('67a25b890a3d6258df22a2bcc62c97bd')
package() {
install -d -m755 ${pkgdir}/usr/share/java/commons-codec/ || return 1