Skip to content

Commit 785cd9a

Browse files
BrewTestBotchenrui333
authored andcommitted
ouch 0.8.1
ouch: add version patch Signed-off-by: Rui Chen <rui@chenrui.dev>
1 parent 5f767d4 commit 785cd9a

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

Formula/o/ouch.rb

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class 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.0.tar.gz"
5-
sha256 "72ed23c0b2aa51b1b33d3251ddae14cf2bb07a24035d1593c06fc97070e4edf0"
4+
url "https://github.com/ouch-org/ouch/archive/refs/tags/0.8.1.tar.gz"
5+
sha256 "920f73d4b162bd1814b67c57906b7322345f198d763f28d04722a406f8352246"
66
license "MIT"
77
head "https://github.com/ouch-org/ouch.git", branch: "main"
88

@@ -34,6 +34,12 @@ class Ouch < Formula
3434
depends_on "zlib-ng-compat"
3535
end
3636

37+
# Fix release version metadata, upstream PR ref, https://github.com/ouch-org/ouch/pull/1019
38+
patch do
39+
url "https://github.com/ouch-org/ouch/commit/f85299603f3b7ac36671e5468e247bd5a845792b.patch?full_index=1"
40+
sha256 "5b697d3737bea5f0522ed8ecbbc17e928c04e1cebf9783e0fd766c3519afffce"
41+
end
42+
3743
def install
3844
# for completion and manpage generation
3945
ENV["OUCH_ARTIFACTS_FOLDER"] = buildpath

0 commit comments

Comments
 (0)