kaitai-struct-compiler: update to 0.10.
This commit is contained in:
parent
2eb942588f
commit
ff65fcfe31
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'kaitai-struct-compiler'
|
||||
pkgname=kaitai-struct-compiler
|
||||
version=0.9
|
||||
version=0.10
|
||||
revision=1
|
||||
hostmakedepends="unzip"
|
||||
depends="virtual?java-environment"
|
||||
|
@ -8,8 +8,8 @@ short_desc="Compiler for the Kaitai declarative binary format parsing language"
|
|||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="http://kaitai.io"
|
||||
distfiles="https://bintray.com/kaitai-io/universal/download_file?file_path=${version}%2F${pkgname}-${version}.zip"
|
||||
checksum=3038243334fb65bbb264f33b82986facfe1fbad2de1978766899855b40212215
|
||||
distfiles="https://github.com/kaitai-io/kaitai_struct_compiler/releases/download/${version}/${pkgname}-${version}.zip"
|
||||
checksum=3d11d6cc46d058afb4680fda2e7195f645ca03b2843501d652a529646e55d16b
|
||||
|
||||
pre_install() {
|
||||
# patch libdir
|
||||
|
|
Loading…
Reference in New Issue