Skip to content

Commit

Permalink
Removed the stable do block
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanb committed Jul 22, 2023
1 parent fa16e4a commit f0f5395
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Formula/doggo.rb
Original file line number Diff line number Diff line change
@@ -1,14 +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"
head "https://github.com/mr-karan/doggo.git", branch: "main"

stable do
url "https://github.com/mr-karan/doggo/archive/refs/tags/v0.5.6.tar.gz"
sha256 "1965f4c909991bc38b65784ccbc03f4760214bca34f1bb984999f1fc8714ff96"
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 f0f5395

Please sign in to comment.