summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorAndrea Girotto2019-09-06 12:11:49 +0200
committerAndrea Girotto2019-09-06 12:11:49 +0200
commit43c2dff1df203d375336bd7615b1c95bbcf84bb6 (patch)
tree97f6536958147bca3de5fe2fae2c3336de848cc3 /.SRCINFO
parent683257f8603f78f771479c2667ddf410809c95e4 (diff)
downloadaur-43c2dff1df203d375336bd7615b1c95bbcf84bb6.tar.gz
Release 1.13 2019-07-20
Fix ColognePhonetic handles x incorrectly. Fixes CODEC-255. Fix ColognePhonetic does not treat the letter H correctly. Fixes CODEC-254. Fix Reject any decode request for a value that is impossible to encode to for Base32/Base64 rather than blindly decoding. Fixes CODEC-134. Add MurmurHash2 for 32-bit or 64-bit value. Fixes CODEC-236. Add MurmurHash3 for 32-bit or 128-bit value. Fixes CODEC-236. Update Broken direct java.nio.ByteBuffer support in org.apache.commons.codec.binary.Hex. Fixes CODEC-236.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO6
1 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 885e88420287..ab0d8b5ec6cc 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.12
+ pkgver = 1.13
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.12-bin.tar.gz
- md5sums = 4ec4447ea48b254ab85bf26b015a3546
+ source = http://mirror.ibcp.fr/pub/apache//commons/codec/binaries/commons-codec-1.13-bin.tar.gz
+ md5sums = 7258fcdf81f88724b8efb99056c5d5d3
pkgname = java-commons-codec