Skip to content

Commit

Permalink
debug joy
Browse files Browse the repository at this point in the history
  • Loading branch information
verdverm committed Aug 28, 2022
1 parent 4e84735 commit 276a8e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# homebrew-tap

Homebrew Tap for Hofstadter installables

```
brew install hofstadter-io/tap/hof
```
9 changes: 0 additions & 9 deletions hof.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@ class Hof < Formula
license "BSD-3-Clause"
head "https://github.com/hofstadter-io/hof.git", branch: "_dev"

bottle do
sha256 cellar: :any_skip_relocation, arm64_monterey: "da7fa63d18da0c17f4bd2b4d1ddef8a1fa6bf9409ad32646db184e2da74a4472"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "da7fa63d18da0c17f4bd2b4d1ddef8a1fa6bf9409ad32646db184e2da74a4472"
sha256 cellar: :any_skip_relocation, monterey: "0b9a77f9209c943caabd4cbb896a8cd31690d474735998df1a30ce777b7cee19"
sha256 cellar: :any_skip_relocation, big_sur: "0b9a77f9209c943caabd4cbb896a8cd31690d474735998df1a30ce777b7cee19"
sha256 cellar: :any_skip_relocation, catalina: "0b9a77f9209c943caabd4cbb896a8cd31690d474735998df1a30ce777b7cee19"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7386d7a1f88d925e4621e1950e1edbca8361d813f68084eee7d53d185ad0da49"
end

depends_on "go" => :build
depends_on "docker" => :test

Expand Down

0 comments on commit 276a8e8

Please sign in to comment.