summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Michaels2022-09-10 10:22:08 -0700
committerZachary Michaels2022-09-10 10:22:08 -0700
commit6d36f86e160600872a405f5b0bbe1b7be6944fa6 (patch)
tree31889b0ddf53e728ca32e046990e97ed872c990c
parent8453b9155ac0d36cd717357b7da6c1ef36c3677a (diff)
downloadaur-6d36f86e160600872a405f5b0bbe1b7be6944fa6.tar.gz
Bump to 1.11.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20697de50923..b927c653b17b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = bundletool
pkgdesc = A command-line tool for manipulating Android App Bundles
- pkgver = 1.11.0
+ pkgver = 1.11.2
pkgrel = 1
url = https://github.com/google/bundletool
arch = any
depends = java-runtime
- noextract = bundletool-all-1.11.0.jar
- source = https://github.com/google/bundletool/releases/download/1.11.0/bundletool-all-1.11.0.jar
+ noextract = bundletool-all-1.11.2.jar
+ source = https://github.com/google/bundletool/releases/download/1.11.2/bundletool-all-1.11.2.jar
source = bundletool
- sha256sums = c42c365ae7369dd4dc2ebc11eeebf91459f0226c53706fd24de4d006268ab88c
+ sha256sums = 302656eb8d9c8ee0b45d0d0c5e72e5c901097eddf3d60699697603d6a2227df8
sha256sums = 3e00767959cb7cb78b76856ae76b61f37b481ca77f28b50a27acdc4c1820891e
pkgname = bundletool
diff --git a/PKGBUILD b/PKGBUILD
index 4b43aebf91af..c4af6ed9ed3f 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.11.0
+pkgver=1.11.2
pkgrel=1
arch=('any')
url='https://github.com/google/bundletool'
@@ -12,7 +12,7 @@ source=(
bundletool
)
noextract=("$jarname")
-sha256sums=('c42c365ae7369dd4dc2ebc11eeebf91459f0226c53706fd24de4d006268ab88c'
+sha256sums=('302656eb8d9c8ee0b45d0d0c5e72e5c901097eddf3d60699697603d6a2227df8'
'3e00767959cb7cb78b76856ae76b61f37b481ca77f28b50a27acdc4c1820891e')
package () {