summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a1b82a7f2f4..d8ce300e1a19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: courk <courk at courk dot fr>
pkgname=kaitai-struct-compiler
-pkgver=0.7
+pkgver=0.8
pkgrel=1
pkgdesc="Kaitai Struct Compiler: Compiler for the Kaitai declarative binary format parsing language"
arch=(any)
@@ -9,8 +9,8 @@ license=('GPL3')
depends=("java-runtime")
optdepends=()
source=("$pkgname-$pkgver.zip::https://bintray.com/kaitai-io/universal/download_file?file_path=$pkgver%2F$pkgname-$pkgver.zip" "01-fix_lib_dir.patch")
-sha1sums=("6df04de01a22b2a5853b286c84c893681c407936"
- "f195c30032c7b2b8f9e2322188b698248bc27adf")
+sha1sums=("be72b5bfabd1f54a7ed5311d35dffca17d034708"
+ "e56da0a1c29e23802786e6811c9ee5652174d7c3")
prepare() {
cd $pkgname-$pkgver