Skip to content

Commit f15bbad

Browse files
committed
kaitai-struct-compiler 0.11
1 parent 8890793 commit f15bbad

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Formula/k/kaitai-struct-compiler.rb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,15 @@ class KaitaiStructCompiler < Formula
22
desc "Compiler for generating binary data parsers"
33
homepage "https://kaitai.io/"
44
# Move to packages.kaitai.io when available.
5-
url "https://github.com/kaitai-io/kaitai_struct_compiler/releases/download/0.10/kaitai-struct-compiler-0.10.zip"
6-
sha256 "3d11d6cc46d058afb4680fda2e7195f645ca03b2843501d652a529646e55d16b"
5+
url "https://github.com/kaitai-io/kaitai_struct_compiler/releases/download/0.11/kaitai-struct-compiler-0.11.zip"
6+
sha256 "ff89389d9dc9e770d78a24af328763cb1f8e7b31ce7766c9edf10669a060f2a2"
77
license "GPL-3.0-or-later"
88

99
livecheck do
1010
url :homepage
1111
regex(/href=.*?kaitai-struct-compiler[._-]v?(\d+(?:\.\d+)+)\.zip/i)
1212
end
1313

14-
no_autobump! because: :requires_manual_review
15-
1614
bottle do
1715
rebuild 1
1816
sha256 cellar: :any_skip_relocation, all: "7e88fea45af08e6beb052d86e17199f3a459673089185dbd25904024f430aa6b"

0 commit comments

Comments
 (0)