summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Michaels2021-09-22 18:32:12 -0700
committerZachary Michaels2021-09-22 18:32:12 -0700
commitd89592e26dc4b93817986c1762eb98622f1719f1 (patch)
tree57988a1ec617914d953f1dd0ed28f94aa41f9fb4
parentcd84387769a893aa0b38bbec510a4b0c50156a33 (diff)
downloadaur-d89592e26dc4b93817986c1762eb98622f1719f1.tar.gz
Bump to 1.8.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70d7c9c64445..d1d73a10ed01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = bundletool
pkgdesc = A command-line tool for manipulating Android App Bundles
- pkgver = 1.6.1
+ pkgver = 1.8.0
pkgrel = 1
url = https://github.com/google/bundletool
arch = any
depends = java-runtime
- noextract = bundletool-all-1.6.1.jar
- source = https://github.com/google/bundletool/releases/download/1.6.1/bundletool-all-1.6.1.jar
+ noextract = bundletool-all-1.8.0.jar
+ source = https://github.com/google/bundletool/releases/download/1.8.0/bundletool-all-1.8.0.jar
source = bundletool
- sha256sums = 17bc86d13c2db5a280aa0a718f09f09434a3c5b50d3d7c3c5ae9f77afcd1d1d8
+ sha256sums = 1e8430002c76f36ce2ddbac8aadfaf2a252a5ffbd534dab64bb255cda63db7ba
sha256sums = 3e00767959cb7cb78b76856ae76b61f37b481ca77f28b50a27acdc4c1820891e
pkgname = bundletool
-
diff --git a/PKGBUILD b/PKGBUILD
index 8ab88cf0dc05..ad7a9f2e09d9 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.6.1
+pkgver=1.8.0
pkgrel=1
arch=('any')
url='https://github.com/google/bundletool'
@@ -12,7 +12,7 @@ source=(
bundletool
)
noextract=("$jarname")
-sha256sums=('17bc86d13c2db5a280aa0a718f09f09434a3c5b50d3d7c3c5ae9f77afcd1d1d8'
+sha256sums=('1e8430002c76f36ce2ddbac8aadfaf2a252a5ffbd534dab64bb255cda63db7ba'
'3e00767959cb7cb78b76856ae76b61f37b481ca77f28b50a27acdc4c1820891e')
package () {