diff options
author | Simon Legner | 2019-07-01 10:43:31 +0200 |
---|---|---|
committer | Simon Legner | 2019-07-01 10:43:31 +0200 |
commit | 9b871801875c082cf13cf248877ffe9d6b7ffb37 (patch) | |
tree | f60ac7dc856c8376b14e5567a5602b935891f30d | |
parent | c53a07ea322762ee2ba58e66622101cff53ca917 (diff) | |
download | aur-9b871801875c082cf13cf248877ffe9d6b7ffb37.tar.gz |
Update to 1.6.2-1
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = jd-gui-bin pkgdesc = A standalone graphical utility that displays Java source codes of .class files - pkgver = 1.6.1 + pkgver = 1.6.2 pkgrel = 1 url = http://jd.benow.ca/ arch = any @@ -8,11 +8,11 @@ pkgbase = jd-gui-bin depends = java-runtime provides = jd-gui conflicts = jd-gui - source = https://github.com/java-decompiler/jd-gui/releases/download/v1.6.1/jd-gui-1.6.1.jar - source = https://github.com/java-decompiler/jd-gui/raw/v1.6.1/src/linux/resources/jd_icon_128.png + source = https://github.com/java-decompiler/jd-gui/releases/download/v1.6.2/jd-gui-1.6.2.jar + source = https://github.com/java-decompiler/jd-gui/raw/v1.6.2/src/linux/resources/jd_icon_128.png source = jd-gui source = jd-gui.desktop - sha512sums = 07d496fbde2daa8a4384a076b6771caf36a16f071f16262529321ccb7cf467ff050c16e2fed6b05096f0b5ec53a4e2c21cc26cf53f54e40f19f3770450b2a8a6 + sha512sums = 28fba81fe91cd811ee71960963fb8b4e50742a415f06b02df391be8d5c5f305ca99ad8601b00dccc251ab9a85a1e15e32eadadb3085f3098ec18736fe5c52474 sha512sums = 767c54d4147e5d223ffa453a3094d8f7f8a33832d1c92cd8a189fd8fbaa7dec00767a5ff8e29caf295de65780b0745e062f796c4aa2d8ab368b1fe20e03ff3b2 sha512sums = d073054480e06c9f124605bdbc5cee775e067115592f46bbcea2650d363b81f453b8e1a5e818a685eff7ba166631ebc79d14dc72e2d1dfae102f4cdf05188933 sha512sums = 9ddb8521c1791f5d3251f012e30b7d6aaa48b509e02af628f3b8a90fb6ba176de3f79fbfbec316c86c1594ac142ca4d85bcffff7ea8f0fba6f926ea78cd1f81d @@ -2,7 +2,7 @@ # Maintainer: Simon Legner <Simon.Legner@gmail.com> pkgname=jd-gui-bin _pkgname=jd-gui -pkgver=1.6.1 +pkgver=1.6.2 pkgrel=1 pkgdesc='A standalone graphical utility that displays Java source codes of .class files' arch=('any') @@ -27,7 +27,7 @@ package() { install -Dm644 jd_icon_128.png "$pkgdir/usr/share/pixmaps/$_pkgname.png" } -sha512sums=('07d496fbde2daa8a4384a076b6771caf36a16f071f16262529321ccb7cf467ff050c16e2fed6b05096f0b5ec53a4e2c21cc26cf53f54e40f19f3770450b2a8a6' +sha512sums=('28fba81fe91cd811ee71960963fb8b4e50742a415f06b02df391be8d5c5f305ca99ad8601b00dccc251ab9a85a1e15e32eadadb3085f3098ec18736fe5c52474' '767c54d4147e5d223ffa453a3094d8f7f8a33832d1c92cd8a189fd8fbaa7dec00767a5ff8e29caf295de65780b0745e062f796c4aa2d8ab368b1fe20e03ff3b2' 'd073054480e06c9f124605bdbc5cee775e067115592f46bbcea2650d363b81f453b8e1a5e818a685eff7ba166631ebc79d14dc72e2d1dfae102f4cdf05188933' '9ddb8521c1791f5d3251f012e30b7d6aaa48b509e02af628f3b8a90fb6ba176de3f79fbfbec316c86c1594ac142ca4d85bcffff7ea8f0fba6f926ea78cd1f81d') |