mirror of
https://github.com/archlinux/aur.git
synced 2026-02-18 18:32:43 +01:00
Update to upstream version 2.0.92
This commit is contained in:
parent
d6f34404c3
commit
90b4c9ef5c
2 changed files with 8 additions and 8 deletions
8
.SRCINFO
8
.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
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: Enbeon <actuallyenbeon at gmail dot com>
|
||||
_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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue