summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Michaels2021-04-02 09:04:41 -0700
committerZachary Michaels2021-04-02 09:04:41 -0700
commit92eb5616e9a2d352939516ea28d35d3c0cfbc643 (patch)
tree14c3d280897c0fd49d5fd11588d2dddc4975d650
parent2e41d94db01f5f97986737d0b41cc179511896e6 (diff)
downloadaur-92eb5616e9a2d352939516ea28d35d3c0cfbc643.tar.gz
Bump to 1.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c14765757ce6..2fe9c2a99cd6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = bundletool
pkgdesc = A command-line tool for manipulating Android App Bundles
- pkgver = 1.4.0
+ pkgver = 1.5.0
pkgrel = 1
url = https://github.com/google/bundletool
arch = any
depends = java-runtime
- noextract = bundletool-all-1.4.0.jar
- source = https://github.com/google/bundletool/releases/download/1.4.0/bundletool-all-1.4.0.jar
+ noextract = bundletool-all-1.5.0.jar
+ source = https://github.com/google/bundletool/releases/download/1.5.0/bundletool-all-1.5.0.jar
source = bundletool
- sha256sums = e0fa0107e4dc44df70fc1c942fac716a4707159fac40e1e76f2aad965ce47824
+ sha256sums = b7452e243a8bb32762ef74017f68291c685be0b3006b4b199fb94a7e7793dc85
sha256sums = 3e00767959cb7cb78b76856ae76b61f37b481ca77f28b50a27acdc4c1820891e
pkgname = bundletool
diff --git a/PKGBUILD b/PKGBUILD
index 3d12470d5660..561edb911597 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.4.0
+pkgver=1.5.0
pkgrel=1
arch=('any')
url='https://github.com/google/bundletool'
@@ -12,7 +12,7 @@ source=(
bundletool
)
noextract=("$jarname")
-sha256sums=('e0fa0107e4dc44df70fc1c942fac716a4707159fac40e1e76f2aad965ce47824'
+sha256sums=('b7452e243a8bb32762ef74017f68291c685be0b3006b4b199fb94a7e7793dc85'
'3e00767959cb7cb78b76856ae76b61f37b481ca77f28b50a27acdc4c1820891e')
package () {