Skip to content

Commit

Permalink
doggo 0.5.5 (buldable with Go 1.20 and 1.21)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanb committed Jul 22, 2023
1 parent f8c42ec commit 603e528
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Formula/doggo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@ class Doggo < Formula
desc "Command-line DNS Client for Humans"
homepage "https://doggo.mrkaran.dev/"
license "GPL-3.0-or-later"
revision 1
revision 2
head "https://github.com/mr-karan/doggo.git", branch: "main"

stable do
url "https://github.com/mr-karan/doggo/archive/refs/tags/v0.5.5.tar.gz"
sha256 "7ba1340ce46566ca8fa1565ef261519dee5b1c7007aea97eb1f9329f8a3f0403"

# patch for quic-go, remove when it is available
# patch quic-go for Go 1.20 and 1.21, remove when it is available
# https://github.com/mr-karan/doggo/pull/72
patch do
url "https://github.com/mr-karan/doggo/commit/7db5c2144fa4a3f18afe1c724b9367b03f84aed7.patch?full_index=1"
sha256 "e34f71e6618817edfd0d7b01657a407e9573e74a7ea89d048abc95bac46bb21e"
url "https://github.com/mr-karan/doggo/commit/f9699b0b4c25b98868f38ba1497e59fefe754837.patch?full_index=1"
sha256 "f0ed0adadfd394b1b12873c90b15e153b0c9b691761aa33264aae0298a2fb2f3"
end
end

Expand Down

0 comments on commit 603e528

Please sign in to comment.