Skip to content

Commit 4b1b913

Browse files
authored
Merge pull request Homebrew#236543 from botantony/bump-kaitai-struct-compiler-0.11
kaitai-struct-compiler 0.11
2 parents 1b1cfc8 + 19c313d commit 4b1b913

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Formula/k/kaitai-struct-compiler.rb

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,17 @@ 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
17-
rebuild 1
18-
sha256 cellar: :any_skip_relocation, all: "7e88fea45af08e6beb052d86e17199f3a459673089185dbd25904024f430aa6b"
15+
sha256 cellar: :any_skip_relocation, all: "66821f7ac017603678d4c0d615f1421a9a68996d5a7592421e72dbea54f829b8"
1916
end
2017

2118
depends_on "openjdk"

0 commit comments

Comments
 (0)