summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlberrymage2023-08-21 01:11:07 -0700
committerlberrymage2023-08-21 01:11:07 -0700
commitccf52d0d8298958ee1efa1279601624f17820328 (patch)
treea034141a5d687ebd4bbe647fa006d2921f787ed1
parentd1e57424ee6fbe55c5964d4ef0e1d8c143d63dd9 (diff)
downloadaur-ccf52d0d8298958ee1efa1279601624f17820328.tar.gz
Bump to 1.15.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 201b78505995..abdf952c56cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = bundletool
pkgdesc = A command-line tool for manipulating Android App Bundles
- pkgver = 1.15.2
+ pkgver = 1.15.4
pkgrel = 1
url = https://github.com/google/bundletool
arch = any
depends = java-runtime
- noextract = bundletool-all-1.15.2.jar
- source = https://github.com/google/bundletool/releases/download/1.15.2/bundletool-all-1.15.2.jar
+ noextract = bundletool-all-1.15.4.jar
+ source = https://github.com/google/bundletool/releases/download/1.15.4/bundletool-all-1.15.4.jar
source = bundletool
- sha256sums = 96631521952ad064cc2554a8b40da51718ab00a673f30af01a491447d64ffdd0
+ sha256sums = e5f54597dbb5211f050e8ddd03d4d731a9b4dfa5684c7687928b654a8ddc212a
sha256sums = 3e00767959cb7cb78b76856ae76b61f37b481ca77f28b50a27acdc4c1820891e
pkgname = bundletool
diff --git a/PKGBUILD b/PKGBUILD
index 40fbd9502b9d..9fc102b36852 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# See https://wiki.archlinux.org/index.php/Java_package_guidelines
pkgname=bundletool
pkgdesc="A command-line tool for manipulating Android App Bundles"
-pkgver=1.15.2
+pkgver=1.15.4
pkgrel=1
arch=('any')
url='https://github.com/google/bundletool'
@@ -12,7 +12,7 @@ source=(
bundletool
)
noextract=("$jarname")
-sha256sums=('96631521952ad064cc2554a8b40da51718ab00a673f30af01a491447d64ffdd0'
+sha256sums=('e5f54597dbb5211f050e8ddd03d4d731a9b4dfa5684c7687928b654a8ddc212a'
'3e00767959cb7cb78b76856ae76b61f37b481ca77f28b50a27acdc4c1820891e')
package () {