Skip to content

Commit

Permalink
doggo 0.5.6
Browse files Browse the repository at this point in the history
* doggo 0.5.5 (buldable with Go 1.20 and 1.21)
  Related:
  * Patch from mr-karan/doggo#72
  * Similar to previous patch from mr-karan/doggo#66
  * Previous patch: https://github.com/Homebrew/homebrew-core/pull/122082/files#diff-5e4e01e1a59558e5fd034f3447ae40c220cd6bba96d0584ac1cd5038370ee77f
* Bump to 0.5.6
* Removed the stable do block

Closes #137301.

Signed-off-by: BrewTestBot <[email protected]>
  • Loading branch information
stefanb authored and BrewTestBot committed Jul 22, 2023
1 parent 116b010 commit d0d3d17
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions Formula/doggo.rb
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
class Doggo < Formula
desc "Command-line DNS Client for Humans"
homepage "https://doggo.mrkaran.dev/"
url "https://github.com/mr-karan/doggo/archive/refs/tags/v0.5.6.tar.gz"
sha256 "1965f4c909991bc38b65784ccbc03f4760214bca34f1bb984999f1fc8714ff96"
license "GPL-3.0-or-later"
revision 1
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 do
url "https://github.com/mr-karan/doggo/commit/7db5c2144fa4a3f18afe1c724b9367b03f84aed7.patch?full_index=1"
sha256 "e34f71e6618817edfd0d7b01657a407e9573e74a7ea89d048abc95bac46bb21e"
end
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "9ed48319e2b05a4af4ca5db6cf53db7c50937a2fcafacfaf0c4fe27864e10f81"
sha256 cellar: :any_skip_relocation, arm64_monterey: "9ed48319e2b05a4af4ca5db6cf53db7c50937a2fcafacfaf0c4fe27864e10f81"
Expand Down

0 comments on commit d0d3d17

Please sign in to comment.