Skip to content

Commit

Permalink
planck 1.10
Browse files Browse the repository at this point in the history
Closes Homebrew#49742.

Signed-off-by: Dominyk Tiller <[email protected]>
  • Loading branch information
mfikes authored and DomT4 committed Mar 3, 2016
1 parent 5a653fc commit afa5e7e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Library/Formula/planck.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Planck < Formula
desc "Stand-alone ClojureScript REPL for OS X"
desc "Stand-alone OS X ClojureScript REPL"
homepage "http://planck-repl.org/"
url "https://github.com/mfikes/planck/archive/1.9.tar.gz"
sha256 "3a12e740feda792ccad85e9d1f33798e1af4a6bf2131b41f3be27d3f3489f4be"
url "https://github.com/mfikes/planck/archive/1.10.tar.gz"
sha256 "4ed7d3aa38d5775002819588cb5a4f0b54aa866587072f07505626d51d7a1b91"
head "https://github.com/mfikes/planck.git"

bottle do
Expand All @@ -13,6 +13,7 @@ class Planck < Formula
end

depends_on "leiningen" => :build
depends_on "maven" => :build
depends_on :xcode => :build
depends_on :macos => :lion

Expand Down

0 comments on commit afa5e7e

Please sign in to comment.