summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0423b2331848..c4f8bd093d37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = bundletool
pkgdesc = A command-line tool for manipulating Android App Bundles
- pkgver = 1.15.5
+ pkgver = 1.15.6
pkgrel = 1
url = https://github.com/google/bundletool
arch = any
depends = java-runtime
- noextract = bundletool-all-1.15.5.jar
- source = https://github.com/google/bundletool/releases/download/1.15.5/bundletool-all-1.15.5.jar
+ noextract = bundletool-all-1.15.6.jar
+ source = https://github.com/google/bundletool/releases/download/1.15.6/bundletool-all-1.15.6.jar
source = bundletool
- sha256sums = 0ebac88764e16b2154aa7506187917d169959338ad9d510e3174bcc96c9d0f40
+ sha256sums = 38ae8a10bcdacef07ecce8211188c5c92b376be96da38ff3ee1f2cf4895b2cb8
sha256sums = 3e00767959cb7cb78b76856ae76b61f37b481ca77f28b50a27acdc4c1820891e
pkgname = bundletool
diff --git a/PKGBUILD b/PKGBUILD
index 84d907dbc3a0..a6f4dc92e4b1 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.15.5
+pkgver=1.15.6
pkgrel=1
arch=('any')
url='https://github.com/google/bundletool'
@@ -12,7 +12,7 @@ source=(
bundletool
)
noextract=("$jarname")
-sha256sums=('0ebac88764e16b2154aa7506187917d169959338ad9d510e3174bcc96c9d0f40'
+sha256sums=('38ae8a10bcdacef07ecce8211188c5c92b376be96da38ff3ee1f2cf4895b2cb8'
'3e00767959cb7cb78b76856ae76b61f37b481ca77f28b50a27acdc4c1820891e')
package () {