summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Tsanev2015-06-21 16:24:37 +0300
committerVladimir Tsanev2015-06-21 16:24:37 +0300
commit5be09317661e01fe3de37220bd4570db40abcff9 (patch)
tree11b99b0d3736b65e3619a5417136ce178a2981b5
parent89c18c7a4b47046f37cc430ac6fc9ec075218c29 (diff)
downloadaur-5be09317661e01fe3de37220bd4570db40abcff9.tar.gz
updated to 5.0.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18b1a70cbadf..b7cb1cf73d88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
pkgbase = java-asm
pkgdesc = An all purpose Java bytecode manipulation and analysis framework
- pkgver = 5.0.3
+ pkgver = 5.0.4
pkgrel = 1
url = http://asm.ow2.org/
arch = any
license = BSD
depends = java-runtime
- source = http://download.forge.objectweb.org/asm/asm-5.0.3-bin.zip
+ source = http://download.forge.objectweb.org/asm/asm-5.0.4-bin.zip
source = LICENSE
- md5sums = 82636e8a1b8eec18ee20e9b71a16441a
- md5sums = de1a27d7c9e101090ae065f8fc643a0b
- sha256sums = e50c38c908e4aacedecf49f405937069ce6411bef9806b9a4fc9d335d6bdb36f
+ sha256sums = 3759da0c28497e7165cc4146ee45e68bef4ac375e5693d184514e54131478b9d
sha256sums = daa45cc0832746afadb8778c1155bb5ba9079da624803a4a6bc3429ea52e7523
pkgname = java-asm
diff --git a/PKGBUILD b/PKGBUILD
index 1a8f5bc3c790..6dcbfb2a6499 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: [Vitaliy Berdinskikh](mailto:ur6lad@archlinux.org.ua) aka UR6LAD
pkgname=java-asm
-pkgver=5.0.3
+pkgver=5.0.4
pkgrel=1
pkgdesc="An all purpose Java bytecode manipulation and analysis framework"
arch=('any')
@@ -27,7 +27,6 @@ package() {
done
}
-md5sums=('82636e8a1b8eec18ee20e9b71a16441a'
- 'de1a27d7c9e101090ae065f8fc643a0b')
-sha256sums=('e50c38c908e4aacedecf49f405937069ce6411bef9806b9a4fc9d335d6bdb36f'
+sha256sums=('3759da0c28497e7165cc4146ee45e68bef4ac375e5693d184514e54131478b9d'
'daa45cc0832746afadb8778c1155bb5ba9079da624803a4a6bc3429ea52e7523')
+