From 90b4c9ef5c73effed2b20f525ab73f9e8ae06cda Mon Sep 17 00:00:00 2001 From: Enbeon <85409980+ActuallyEnbeon@users.noreply.github.com> Date: Thu, 19 Jun 2025 00:13:40 +0100 Subject: [PATCH] Update to upstream version 2.0.92 --- .SRCINFO | 8 ++++---- PKGBUILD | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index d5c483583f29..90241e07cd52 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,18 +1,18 @@ 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.90 - pkgrel = 2 + pkgver = 2.0.92 + pkgrel = 1 url = https://github.com/nbauma109/jd-gui-duo arch = any license = GPL3 depends = java-runtime>=21 provides = jd-gui-duo conflicts = jd-gui-duo - source = jd-gui-duo-bin-2.0.90.zip::https://github.com/nbauma109/jd-gui-duo/releases/download/2.0.90/jd-gui-duo-linux-2.0.90.zip + source = jd-gui-duo-bin-2.0.92.zip::https://github.com/nbauma109/jd-gui-duo/releases/download/2.0.92/jd-gui-duo-linux-2.0.92.tar.xz source = jd-gui-duo source = jd-gui-duo.desktop source = jd_icon_128.png - sha256sums = 7ed9a70bf9450110316412ebca293f15bc35814525054bca3546a3dd3fbc5214 + sha256sums = 421e298fb9bebe7a6e599be451cc8fcb3f06c009a6dab9d195509bb62e0451dd sha256sums = 9d175e28662dd1ad701f76d5aa7f7752543453f156615b96787e641252ce60e4 sha256sums = d40a09c9c228b55dcb54823b878cd180521386a11abffed478ce89439fd4e184 sha256sums = 62c763642af8cbfd1e00dc8763dcc92a66eefc7aceaa4069d29909bfc197240a diff --git a/PKGBUILD b/PKGBUILD index b56bf530819c..361a9ce7b48f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Enbeon _pkgname=jd-gui-duo pkgname=jd-gui-duo-bin -pkgver=2.0.90 -pkgrel=2 +pkgver=2.0.92 +pkgrel=1 pkgdesc="Binary release of jd-gui-duo, a 2-in-1 JAVA decompiler based on JD-CORE v0 and v1" arch=('any') url="https://github.com/nbauma109/$_pkgname" @@ -11,12 +11,12 @@ depends=('java-runtime>=21') provides=("jd-gui-duo") conflicts=("jd-gui-duo") source=( - "$pkgname-$pkgver.zip::https://github.com/nbauma109/$_pkgname/releases/download/$pkgver/$_pkgname-linux-$pkgver.zip" + "$pkgname-$pkgver.zip::https://github.com/nbauma109/$_pkgname/releases/download/$pkgver/$_pkgname-linux-$pkgver.tar.xz" "jd-gui-duo" "jd-gui-duo.desktop" "jd_icon_128.png" ) -sha256sums=('7ed9a70bf9450110316412ebca293f15bc35814525054bca3546a3dd3fbc5214' +sha256sums=('421e298fb9bebe7a6e599be451cc8fcb3f06c009a6dab9d195509bb62e0451dd' '9d175e28662dd1ad701f76d5aa7f7752543453f156615b96787e641252ce60e4' 'd40a09c9c228b55dcb54823b878cd180521386a11abffed478ce89439fd4e184' '62c763642af8cbfd1e00dc8763dcc92a66eefc7aceaa4069d29909bfc197240a')