summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrea Girotto2019-02-17 05:00:21 +0100
committerAndrea Girotto2019-02-17 05:00:21 +0100
commit683257f8603f78f771479c2667ddf410809c95e4 (patch)
treeaccd7aa43fa25eaaedda2a107351141c60fb17b0 /PKGBUILD
parent2617ea78d876655cad3cb7c13de98dc9d541f7d5 (diff)
downloadaur-683257f8603f78f771479c2667ddf410809c95e4.tar.gz
Release 1.12
B64 salt generator: Random -> ThreadLocalRandom. Fixes CODEC-252. Wrong value calculated by Cologne Phonetic if a special character is placed between equal letters. Update from Java 6 to Java 7. Fixes CODEC-244. Add Percent-Encoding Codec (described in RFC3986 and RFC7578). Fixes CODEC-240. ColognePhoneticTest.testIsEncodeEquals missing assertions. Fixes CODEC-246. Add SHA-3 methods in DigestUtils. Fixes CODEC-251.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 520e974f012d..cdedbaff5046 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.11
+pkgver=1.12
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=('67a25b890a3d6258df22a2bcc62c97bd')
+md5sums=('4ec4447ea48b254ab85bf26b015a3546')
package() {
install -d -m755 ${pkgdir}/usr/share/java/commons-codec/ || return 1