File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments