diff --git a/.SRCINFO b/.SRCINFO index 153a2e608d55..6bb786d8524f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = jd-gui-duo-bin pkgdesc = Binary release of jd-gui-duo, a 2-in-1 JAVA decompiler based on JD-CORE v0 and v1 - pkgver = 2.0.99 + pkgver = 2.0.100 pkgrel = 1 url = https://github.com/nbauma109/jd-gui-duo arch = any @@ -8,11 +8,11 @@ pkgbase = jd-gui-duo-bin depends = java-runtime>=21 provides = jd-gui-duo conflicts = jd-gui-duo - source = jd-gui-duo-bin-2.0.99.zip::https://github.com/nbauma109/jd-gui-duo/releases/download/2.0.99/jd-gui-duo-linux-2.0.99.tar.xz + source = jd-gui-duo-bin-2.0.100.zip::https://github.com/nbauma109/jd-gui-duo/releases/download/2.0.100/jd-gui-duo-linux-2.0.100.tar.xz source = jd-gui-duo source = jd-gui-duo.desktop source = jd_icon_128.png - sha256sums = 9ce3701fb9340a9ccee8da658a27dc0e319ca8c3bbefbe554cbd7bbb685e00b8 + sha256sums = 7b0a7e00a822c55416ae101353bb7d7270a9be7844e8b7df08442db05e42b1b2 sha256sums = 9d175e28662dd1ad701f76d5aa7f7752543453f156615b96787e641252ce60e4 sha256sums = d40a09c9c228b55dcb54823b878cd180521386a11abffed478ce89439fd4e184 sha256sums = 62c763642af8cbfd1e00dc8763dcc92a66eefc7aceaa4069d29909bfc197240a diff --git a/PKGBUILD b/PKGBUILD index 18ddcc9592ce..407192afaac6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Enbeon _pkgname=jd-gui-duo pkgname=jd-gui-duo-bin -pkgver=2.0.99 +pkgver=2.0.100 pkgrel=1 pkgdesc="Binary release of jd-gui-duo, a 2-in-1 JAVA decompiler based on JD-CORE v0 and v1" arch=('any') @@ -16,7 +16,7 @@ source=( "jd-gui-duo.desktop" "jd_icon_128.png" ) -sha256sums=('9ce3701fb9340a9ccee8da658a27dc0e319ca8c3bbefbe554cbd7bbb685e00b8' +sha256sums=('7b0a7e00a822c55416ae101353bb7d7270a9be7844e8b7df08442db05e42b1b2' '9d175e28662dd1ad701f76d5aa7f7752543453f156615b96787e641252ce60e4' 'd40a09c9c228b55dcb54823b878cd180521386a11abffed478ce89439fd4e184' '62c763642af8cbfd1e00dc8763dcc92a66eefc7aceaa4069d29909bfc197240a')