Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / jadx


Commits:
0987e902 by Levente Polyak at 2026-07-18T23:40:35+02:00
upgpkg: 1.5.6-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,16 +1,16 @@
 pkgbase = jadx
        pkgdesc = Command line and GUI tools to produce Java source code from 
Android Dex and APK files
-       pkgver = 1.5.5
-       pkgrel = 2
+       pkgver = 1.5.6
+       pkgrel = 1
        url = https://github.com/skylot/jadx
        arch = any
        license = Apache-2.0
        makedepends = java-environment=21
        makedepends = gradle
        depends = bash
-       source = https://github.com/skylot/jadx/archive/v1.5.5/jadx-1.5.5.tar.gz
-       sha512sums = 
8b25c874fcf9c49b0b5e043f009ecd18d2373b8c336c8b300c8a2b5fb60745eedccde78bbb9fbb9917ddd86f896b2f332e3d4f9764f43322461130c7cd083be9
-       b2sums = 
d0b327b8e5c9f47b26d86075e3537b8107471aedf3fed2ed2b3622f4ebc6330ffb4d01eb162095e2bf597adb9f6abab5d59f4b75e38c1d5fd0a4d266dae85744
+       source = https://github.com/skylot/jadx/archive/v1.5.6/jadx-1.5.6.tar.gz
+       sha512sums = 
384a460f06cc27d32880744f42c1a1bdbd3a459a63d3948dce7bbd51a6085acf858a5cdb51d609f763ebbcccfb0a4e79d98d3bce716f69bc98f670d8856fc037
+       b2sums = 
f0b3fee6d8ffdad830d6c8c9aab800d44e61ad93ba321aed010df3af19f447c529032db9ea9d3f2887f6e4d1d16190351816f7b52e32a1cf922b69dffab05a2e
 
 pkgname = jadx
        depends = bash


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 # Contributor: Nicolas Hureau <[email protected]>
 
 pkgname=jadx
-pkgver=1.5.5
-pkgrel=2
+pkgver=1.5.6
+pkgrel=1
 pkgdesc='Command line and GUI tools to produce Java source code from Android 
Dex and APK files'
 url='https://github.com/skylot/jadx'
 arch=(any)
@@ -16,8 +16,8 @@ makedepends=(
   gradle
 )
 
source=(https://github.com/skylot/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('8b25c874fcf9c49b0b5e043f009ecd18d2373b8c336c8b300c8a2b5fb60745eedccde78bbb9fbb9917ddd86f896b2f332e3d4f9764f43322461130c7cd083be9')
-b2sums=('d0b327b8e5c9f47b26d86075e3537b8107471aedf3fed2ed2b3622f4ebc6330ffb4d01eb162095e2bf597adb9f6abab5d59f4b75e38c1d5fd0a4d266dae85744')
+sha512sums=('384a460f06cc27d32880744f42c1a1bdbd3a459a63d3948dce7bbd51a6085acf858a5cdb51d609f763ebbcccfb0a4e79d98d3bce716f69bc98f670d8856fc037')
+b2sums=('f0b3fee6d8ffdad830d6c8c9aab800d44e61ad93ba321aed010df3af19f447c529032db9ea9d3f2887f6e4d1d16190351816f7b52e32a1cf922b69dffab05a2e')
 
 build() {
   cd ${pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jadx/-/commit/0987e90290b5498d0102638e9063a709b86d4d89

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jadx/-/commit/0987e90290b5498d0102638e9063a709b86d4d89
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to