11class Redress < Formula
22 desc "Tool for analyzing stripped Go binaries compiled with the Go compiler"
33 homepage "https://github.com/goretk/redress"
4- url "https://github.com/goretk/redress/archive/refs/tags/v1.2.35 .tar.gz"
5- sha256 "5e5ff9a8c93b207572006ec94d2ec334ef40ab61c62a1ebd4ed15f7ba75ce8b6 "
4+ url "https://github.com/goretk/redress/archive/refs/tags/v1.2.36 .tar.gz"
5+ sha256 "95c85f7ca3660dcbc0b3807d79f2043f02828a3f8950d11d876da7ba07974667 "
66 license "AGPL-3.0-only"
77 head "https://github.com/goretk/redress.git" , branch : "develop"
88
@@ -12,12 +12,12 @@ class Redress < Formula
1212 end
1313
1414 bottle do
15- sha256 cellar : :any_skip_relocation , arm64_sequoia : "5680b8541e7b0092e33ee4b280bc69b8dd50e6e36202dd5b8e87f34a8dafeb24 "
16- sha256 cellar : :any_skip_relocation , arm64_sonoma : "5680b8541e7b0092e33ee4b280bc69b8dd50e6e36202dd5b8e87f34a8dafeb24 "
17- sha256 cellar : :any_skip_relocation , arm64_ventura : "5680b8541e7b0092e33ee4b280bc69b8dd50e6e36202dd5b8e87f34a8dafeb24 "
18- sha256 cellar : :any_skip_relocation , sonoma : "009d26dd0e110940492e347b55f34d9571ed1da47a8708aec8f4b306fe332007 "
19- sha256 cellar : :any_skip_relocation , ventura : "009d26dd0e110940492e347b55f34d9571ed1da47a8708aec8f4b306fe332007 "
20- sha256 cellar : :any_skip_relocation , x86_64_linux : "9a38f89849c97a0989127b4d9c67bf31f6d721d49e98e4e8cc327569fec037ed "
15+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "ebd1392bd79de27f5afe3591296f101b139c930059dcea64198347e2d605b305 "
16+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "ebd1392bd79de27f5afe3591296f101b139c930059dcea64198347e2d605b305 "
17+ sha256 cellar : :any_skip_relocation , arm64_ventura : "ebd1392bd79de27f5afe3591296f101b139c930059dcea64198347e2d605b305 "
18+ sha256 cellar : :any_skip_relocation , sonoma : "a19c537d0b95076ac598f331c6ce290725b7bf7f0db0ce97ba86bf5711a41e0f "
19+ sha256 cellar : :any_skip_relocation , ventura : "a19c537d0b95076ac598f331c6ce290725b7bf7f0db0ce97ba86bf5711a41e0f "
20+ sha256 cellar : :any_skip_relocation , x86_64_linux : "8d485188c3c01f65b0a147ecdf9a38fb75e271d9a5e1c629f3b6e3a753ecfcf0 "
2121 end
2222
2323 depends_on "go" => :build
0 commit comments