Skip to content

Commit

Permalink
wrangler: revision bump for erlang@22
Browse files Browse the repository at this point in the history
  • Loading branch information
bayandin authored and Bo98 committed May 18, 2020
1 parent 13e4d0c commit 29baf74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/wrangler.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Wrangler < Formula
desc "Refactoring tool for Erlang with emacs and Eclipse integration"
homepage "https://www.cs.kent.ac.uk/projects/wrangler/Wrangler/"
revision 2
revision 3
head "https://github.com/RefactoringTools/wrangler.git"

stable do
Expand All @@ -28,7 +28,7 @@ class Wrangler < Formula
sha256 "35f891e2ab69591e3d4bd907197b21fae3b23f9b727278e1c2cc577d10277660" => :high_sierra
end

depends_on "erlang"
depends_on "erlang@22"

def install
system "./configure", "--prefix=#{prefix}"
Expand Down

0 comments on commit 29baf74

Please sign in to comment.