summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Michaels2022-06-21 11:15:18 -0700
committerZachary Michaels2022-06-21 11:15:18 -0700
commit678ea75246caad8e6db63842b121b174ebb4a05d (patch)
tree615dd11f8daaa516ba1da7795a2c9de5df4c92ae
parent852ad7b6acf97f3f81f4e9dfa9e401e6b6cd48b4 (diff)
downloadaur-678ea75246caad8e6db63842b121b174ebb4a05d.tar.gz
Bump to 1.10.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c414fab1e5fa..1f48fd356f30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = bundletool
pkgdesc = A command-line tool for manipulating Android App Bundles
- pkgver = 1.8.2
+ pkgver = 1.10.0
pkgrel = 1
url = https://github.com/google/bundletool
arch = any
depends = java-runtime
- noextract = bundletool-all-1.8.2.jar
- source = https://github.com/google/bundletool/releases/download/1.8.2/bundletool-all-1.8.2.jar
+ noextract = bundletool-all-1.10.0.jar
+ source = https://github.com/google/bundletool/releases/download/1.10.0/bundletool-all-1.10.0.jar
source = bundletool
- sha256sums = 682652793deccffdd3fcd05708c0fb211be817d60f8d260e2c0a6a1457778b12
+ sha256sums = a5eee8fd22628c3f45662492498d3da38faf2bf2c64d425911492a5db6bc081c
sha256sums = 3e00767959cb7cb78b76856ae76b61f37b481ca77f28b50a27acdc4c1820891e
pkgname = bundletool
diff --git a/PKGBUILD b/PKGBUILD
index c54e12d4f010..c42e60a25a41 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.8.2
+pkgver=1.10.0
pkgrel=1
arch=('any')
url='https://github.com/google/bundletool'
@@ -12,7 +12,7 @@ source=(
bundletool
)
noextract=("$jarname")
-sha256sums=('682652793deccffdd3fcd05708c0fb211be817d60f8d260e2c0a6a1457778b12'
+sha256sums=('a5eee8fd22628c3f45662492498d3da38faf2bf2c64d425911492a5db6bc081c'
'3e00767959cb7cb78b76856ae76b61f37b481ca77f28b50a27acdc4c1820891e')
package () {