summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Girotto2017-11-23 18:34:24 +0100
committerAndrea Girotto2017-11-23 18:34:24 +0100
commit2617ea78d876655cad3cb7c13de98dc9d541f7d5 (patch)
tree46e6216ba4d936f12d6d672a550a84c494110f4e
parent8911f2a9951fc1bade8b59d3605f5236047287c9 (diff)
downloadaur-2617ea78d876655cad3cb7c13de98dc9d541f7d5.tar.gz
Release 1.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa964c808695..ad8f02fdfb1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = java-commons-codec
pkgdesc = Implementations of common encoders and decoders such as Base64, Hex, Phonetic and URLs
- pkgver = 1.10
+ pkgver = 1.11
pkgrel = 1
url = http://commons.apache.org/codec/
arch = any
license = Apache
depends = java-environment
- source = http://mirror.ibcp.fr/pub/apache//commons/codec/binaries/commons-codec-1.10-bin.tar.gz
- md5sums = 9b413ef3eae50bdf3da89644fd3cdbe5
+ source = http://mirror.ibcp.fr/pub/apache//commons/codec/binaries/commons-codec-1.11-bin.tar.gz
+ md5sums = 67a25b890a3d6258df22a2bcc62c97bd
pkgname = java-commons-codec
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