Skip to content

Commit

Permalink
yaegi: update 0.11.3 bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Ho committed May 20, 2022
1 parent 675eb2d commit 1bf4195
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Formula/yaegi.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
class Yaegi < Formula
desc "Yet another elegant Go interpreter"
homepage "https://github.com/containous/yaegi"
url "https://github.com/containous/yaegi/archive/v0.11.3.tar.gz"
homepage "https://github.com/traefik/yaegi"
url "https://github.com/traefik/yaegi/archive/v0.11.3.tar.gz"
sha256 "46e73955145cd829e41a906677edfcd78846862ca0274770dd4668dda2a949c1"
license "Apache-2.0"
head "https://github.com/containous/yaegi.git", branch: "master"
head "https://github.com/traefik/yaegi.git", branch: "master"

bottle do
root_url "https://github.com/gromgit/homebrew-core-mojave/releases/download/yaegi"
sha256 cellar: :any_skip_relocation, mojave: "38b33752fb52a21e61afc444323904912a63921158f3e820945a44684cd4dc12"
rebuild 1
sha256 cellar: :any_skip_relocation, mojave: "622782c32ceab4c81bba224adf5445d6372c491b8bdc8cabf22c545f3f77d118"
end

depends_on "go" => :build
Expand Down

0 comments on commit 1bf4195

Please sign in to comment.