summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlberrymage2024-04-19 11:13:52 -0700
committerlberrymage2024-04-19 11:13:52 -0700
commite18ff7a88a688450b9caa42cf4b30c101e7fbfc6 (patch)
treeffe6e16f194eb8536bfb1aaa140e08d7aa6e282e
parent3402bb91ed7acd4ca8a06a6b1994006f7bf25d0a (diff)
downloadaur-bundletool.tar.gz
Bump to 1.16.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4f8bd093d37..f744123c5e6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = bundletool
pkgdesc = A command-line tool for manipulating Android App Bundles
- pkgver = 1.15.6
+ pkgver = 1.16.0
pkgrel = 1
url = https://github.com/google/bundletool
arch = any
depends = java-runtime
- noextract = bundletool-all-1.15.6.jar
- source = https://github.com/google/bundletool/releases/download/1.15.6/bundletool-all-1.15.6.jar
+ noextract = bundletool-all-1.16.0.jar
+ source = https://github.com/google/bundletool/releases/download/1.16.0/bundletool-all-1.16.0.jar
source = bundletool
- sha256sums = 38ae8a10bcdacef07ecce8211188c5c92b376be96da38ff3ee1f2cf4895b2cb8
+ sha256sums = 8207996f83a2839afd5ad6e8532da7485ea06874b8062a21a94b3e2eb97eb396
sha256sums = 3e00767959cb7cb78b76856ae76b61f37b481ca77f28b50a27acdc4c1820891e
pkgname = bundletool
diff --git a/PKGBUILD b/PKGBUILD
index a6f4dc92e4b1..ab6b5605f3e3 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.6
+pkgver=1.16.0
pkgrel=1
arch=('any')
url='https://github.com/google/bundletool'
@@ -12,7 +12,7 @@ source=(
bundletool
)
noextract=("$jarname")
-sha256sums=('38ae8a10bcdacef07ecce8211188c5c92b376be96da38ff3ee1f2cf4895b2cb8'
+sha256sums=('8207996f83a2839afd5ad6e8532da7485ea06874b8062a21a94b3e2eb97eb396'
'3e00767959cb7cb78b76856ae76b61f37b481ca77f28b50a27acdc4c1820891e')
package () {