summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 909054d3a1e7..5a10f5583ffd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jd-gui
pkgdesc = A standalone graphical utility that displays Java source codes of .class files
- pkgver = 1.1.0
+ pkgver = 1.2.0
pkgrel = 1
url = http://jd.benow.ca/
arch = any
@@ -9,10 +9,10 @@ pkgbase = jd-gui
depends = java-runtime
provides = jd-gui
conflicts = jd-gui-bin
- source = https://github.com/java-decompiler/jd-gui/archive/v1.1.0.tar.gz
- md5sums = 0309bb3aaf57b734a4f6d67d2ecfe4df
- sha1sums = e6ffeb063d668c66c8a490345291139091d642e9
- sha256sums = 1463e736da3d2f4c7b2cf7a8d0374f3956f770ca1254069510efcb7a60409826
+ source = https://github.com/java-decompiler/jd-gui/archive/v1.2.0.tar.gz
+ md5sums = 1ef1bc18eb6d69dbf8108dc042914750
+ sha1sums = 56523462ad870c7cd384b64c5c7c9ec263ce524c
+ sha256sums = 50dd66ed3a81b009af1296ed05d6c77dd7df74e0535734a856e7bbfd31b1fb68
pkgname = jd-gui
diff --git a/PKGBUILD b/PKGBUILD
index 993a85ef6c1b..f7020ad91a5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Simon Legner <Simon.Legner@gmail.com>
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
pkgname=jd-gui
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=1
pkgdesc='A standalone graphical utility that displays Java source codes of .class files'
arch=('any')
@@ -29,6 +29,6 @@ package() {
chmod 755 "$pkgdir/usr/bin/$pkgname"
}
-md5sums=('0309bb3aaf57b734a4f6d67d2ecfe4df')
-sha1sums=('e6ffeb063d668c66c8a490345291139091d642e9')
-sha256sums=('1463e736da3d2f4c7b2cf7a8d0374f3956f770ca1254069510efcb7a60409826')
+md5sums=('1ef1bc18eb6d69dbf8108dc042914750')
+sha1sums=('56523462ad870c7cd384b64c5c7c9ec263ce524c')
+sha256sums=('50dd66ed3a81b009af1296ed05d6c77dd7df74e0535734a856e7bbfd31b1fb68')