summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrea Girotto2024-03-19 22:44:08 +0100
committerAndrea Girotto2024-03-19 22:44:08 +0100
commit435e78fddbaf09cf63c11d7ca4d58a8b0945b0c0 (patch)
tree524aa39aff009b8ba56cad56c8f9d5a3e0b6e9d7 /PKGBUILD
parent50edb959a492612d63fa40ac74b9cfae30de4f0b (diff)
downloadaur-435e78fddbaf09cf63c11d7ca4d58a8b0945b0c0.tar.gz
Updated to version 1.16.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae49279dc7b6..d1befd37318f 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.16.0
+pkgver=1.16.1
pkgrel=1
pkgdesc='Implementations of common encoders and decoders such as Base64, Hex, Phonetic and URLs'
arch=(any)
@@ -11,7 +11,7 @@ depends=('java-runtime>=7')
source=(http://downloads.apache.org//commons/codec/binaries/commons-codec-${pkgver}-bin.tar.gz)
# source=("http://mirror.ibcp.fr/pub/apache//commons/codec/binaries/commons-codec-${pkgver}-bin.tar.gz")
# http://it.apache.contactlab.it//commons/codec/binaries/commons-codec-1.13-bin.tar.gz
-md5sums=('c30d038177d269923a341cee30299503')
+md5sums=('3eb8291d8f6c57eff4f01672acfbc806')
package() {
install -d -m755 ${pkgdir}/usr/share/java/commons-codec/ || return 1