summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlberrymage2024-07-04 13:01:29 -0700
committerlberrymage2024-07-04 13:01:29 -0700
commit8dc092786c0ea11b8145e31b951a619424512a60 (patch)
tree43755eb11ec328f529b31714f9f3691ba7477f7d
parente18ff7a88a688450b9caa42cf4b30c101e7fbfc6 (diff)
downloadaur-8dc092786c0ea11b8145e31b951a619424512a60.tar.gz
Bump to 1.17.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f744123c5e6f..3a97716c4de3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = bundletool
pkgdesc = A command-line tool for manipulating Android App Bundles
- pkgver = 1.16.0
+ pkgver = 1.17.0
pkgrel = 1
url = https://github.com/google/bundletool
arch = any
depends = java-runtime
- noextract = bundletool-all-1.16.0.jar
- source = https://github.com/google/bundletool/releases/download/1.16.0/bundletool-all-1.16.0.jar
+ noextract = bundletool-all-1.17.0.jar
+ source = https://github.com/google/bundletool/releases/download/1.17.0/bundletool-all-1.17.0.jar
source = bundletool
- sha256sums = 8207996f83a2839afd5ad6e8532da7485ea06874b8062a21a94b3e2eb97eb396
+ sha256sums = 54ebee1f1de8367d9ad26b4672bfb2976b0b12142e15d683fc7b8e254fc6cc1b
sha256sums = 3e00767959cb7cb78b76856ae76b61f37b481ca77f28b50a27acdc4c1820891e
pkgname = bundletool
diff --git a/PKGBUILD b/PKGBUILD
index ab6b5605f3e3..002eaed083bd 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.16.0
+pkgver=1.17.0
pkgrel=1
arch=('any')
url='https://github.com/google/bundletool'
@@ -12,7 +12,7 @@ source=(
bundletool
)
noextract=("$jarname")
-sha256sums=('8207996f83a2839afd5ad6e8532da7485ea06874b8062a21a94b3e2eb97eb396'
+sha256sums=('54ebee1f1de8367d9ad26b4672bfb2976b0b12142e15d683fc7b8e254fc6cc1b'
'3e00767959cb7cb78b76856ae76b61f37b481ca77f28b50a27acdc4c1820891e')
package () {