File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11class Ouch < Formula
22 desc "Painless compression and decompression for your terminal"
33 homepage "https://github.com/ouch-org/ouch"
4- url "https://github.com/ouch-org/ouch/archive/refs/tags/0.8.1 .tar.gz"
5- sha256 "920f73d4b162bd1814b67c57906b7322345f198d763f28d04722a406f8352246 "
4+ url "https://github.com/ouch-org/ouch/archive/refs/tags/0.8.2 .tar.gz"
5+ sha256 "803dd9d0bcdb0b4f94336bc1e9fbb5c878bf2867e03f58f266adc679c224698d "
66 license "MIT"
77 head "https://github.com/ouch-org/ouch.git" , branch : "main"
88
@@ -34,14 +34,6 @@ class Ouch < Formula
3434 depends_on "zlib-ng-compat"
3535 end
3636
37- # Fix release version metadata
38- patch do
39- url "https://github.com/ouch-org/ouch/commit/f85299603f3b7ac36671e5468e247bd5a845792b.patch?full_index=1"
40- sha256 "5b697d3737bea5f0522ed8ecbbc17e928c04e1cebf9783e0fd766c3519afffce"
41- type :unofficial
42- resolves "https://github.com/ouch-org/ouch/pull/1019"
43- end
44-
4537 def install
4638 # for completion and manpage generation
4739 ENV [ "OUCH_ARTIFACTS_FOLDER" ] = buildpath
You can’t perform that action at this time.
0 commit comments