summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorAndrea Girotto2019-02-17 05:00:21 +0100
committerAndrea Girotto2019-02-17 05:00:21 +0100
commit683257f8603f78f771479c2667ddf410809c95e4 (patch)
treeaccd7aa43fa25eaaedda2a107351141c60fb17b0 /.SRCINFO
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 '.SRCINFO')
-rw-r--r--.SRCINFO6
1 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad8f02fdfb1d..885e88420287 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.11
+ pkgver = 1.12
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.11-bin.tar.gz
- md5sums = 67a25b890a3d6258df22a2bcc62c97bd
+ source = http://mirror.ibcp.fr/pub/apache//commons/codec/binaries/commons-codec-1.12-bin.tar.gz
+ md5sums = 4ec4447ea48b254ab85bf26b015a3546
pkgname = java-commons-codec