summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Michaels2021-01-19 07:59:15 -0800
committerZachary Michaels2021-01-19 07:59:15 -0800
commit2e41d94db01f5f97986737d0b41cc179511896e6 (patch)
tree62e7c5204bd34718d0a302c6e11fdfec04e1f57c
parentfc083d9e2d067d35559853e1d958a55ab18f7fc0 (diff)
downloadaur-2e41d94db01f5f97986737d0b41cc179511896e6.tar.gz
Bump to 1.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9aa82837224d..c14765757ce6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = bundletool
pkgdesc = A command-line tool for manipulating Android App Bundles
- pkgver = 1.3.0
+ pkgver = 1.4.0
pkgrel = 1
url = https://github.com/google/bundletool
arch = any
depends = java-runtime
- noextract = bundletool-all-1.3.0.jar
- source = https://github.com/google/bundletool/releases/download/1.3.0/bundletool-all-1.3.0.jar
+ noextract = bundletool-all-1.4.0.jar
+ source = https://github.com/google/bundletool/releases/download/1.4.0/bundletool-all-1.4.0.jar
source = bundletool
- sha256sums = b2ad86d5ee298e9b64dd5955243fee584124434eedbe3c6401607b5ebb4e2dc5
+ sha256sums = e0fa0107e4dc44df70fc1c942fac716a4707159fac40e1e76f2aad965ce47824
sha256sums = 3e00767959cb7cb78b76856ae76b61f37b481ca77f28b50a27acdc4c1820891e
pkgname = bundletool
diff --git a/PKGBUILD b/PKGBUILD
index ba5e033a307a..3d12470d5660 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.3.0
+pkgver=1.4.0
pkgrel=1
arch=('any')
url='https://github.com/google/bundletool'
@@ -12,7 +12,7 @@ source=(
bundletool
)
noextract=("$jarname")
-sha256sums=('b2ad86d5ee298e9b64dd5955243fee584124434eedbe3c6401607b5ebb4e2dc5'
+sha256sums=('e0fa0107e4dc44df70fc1c942fac716a4707159fac40e1e76f2aad965ce47824'
'3e00767959cb7cb78b76856ae76b61f37b481ca77f28b50a27acdc4c1820891e')
package () {