summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlberrymage2023-01-31 08:50:55 -0700
committerlberrymage2023-01-31 08:50:55 -0700
commit0f07316e465700a3c22e201340aeb7b925aa0681 (patch)
treece2813b8a8ab4f9c878e31828c5739e90c79a21d
parentd40617e50ba6b1cf883ef28ff2dabd619646b3b4 (diff)
downloadaur-0f07316e465700a3c22e201340aeb7b925aa0681.tar.gz
Bump to 1.14.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cd43feb5e14..3021404ef4cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = bundletool
pkgdesc = A command-line tool for manipulating Android App Bundles
- pkgver = 1.13.2
+ pkgver = 1.14.0
pkgrel = 1
url = https://github.com/google/bundletool
arch = any
depends = java-runtime
- noextract = bundletool-all-1.13.2.jar
- source = https://github.com/google/bundletool/releases/download/1.13.2/bundletool-all-1.13.2.jar
+ noextract = bundletool-all-1.14.0.jar
+ source = https://github.com/google/bundletool/releases/download/1.14.0/bundletool-all-1.14.0.jar
source = bundletool
- sha256sums = b1b5fb21815c53d8302b31ca0bcc6d9992951365c899e353e1160ec7e7122366
+ sha256sums = e740e7d38562c5e8d87cc817548b2db94e42802e9a0774fdf674e758ff79694d
sha256sums = 3e00767959cb7cb78b76856ae76b61f37b481ca77f28b50a27acdc4c1820891e
pkgname = bundletool
diff --git a/PKGBUILD b/PKGBUILD
index b5bdaaef497e..35f66eef383b 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.13.2
+pkgver=1.14.0
pkgrel=1
arch=('any')
url='https://github.com/google/bundletool'
@@ -12,7 +12,7 @@ source=(
bundletool
)
noextract=("$jarname")
-sha256sums=('b1b5fb21815c53d8302b31ca0bcc6d9992951365c899e353e1160ec7e7122366'
+sha256sums=('e740e7d38562c5e8d87cc817548b2db94e42802e9a0774fdf674e758ff79694d'
'3e00767959cb7cb78b76856ae76b61f37b481ca77f28b50a27acdc4c1820891e')
package () {