diff options
| author | Alex Dunn | 2015-04-20 12:34:14 -0700 |
|---|---|---|
| committer | Xu Cheng | 2015-04-21 15:54:19 +0800 |
| commit | 13833150ad713bd74481c63edbbed61861507f1e (patch) | |
| tree | df68f5e3771f064ff4ed2f9c27dfcafe2baf438b /Library | |
| parent | c5b2e7635f37c1f2acc058fec31473d4e7bf8c96 (diff) | |
| download | homebrew-13833150ad713bd74481c63edbbed61861507f1e.tar.bz2 | |
darcs 2.10.0
Closes #38868.
Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/darcs.rb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/darcs.rb b/Library/Formula/darcs.rb index 872978982..e0b9745df 100644 --- a/Library/Formula/darcs.rb +++ b/Library/Formula/darcs.rb @@ -1,12 +1,11 @@ -require "formula" require "language/haskell" class Darcs < Formula include Language::Haskell::Cabal homepage "http://darcs.net/" - url "http://darcs.net/releases/darcs-2.8.5.tar.gz" - sha1 "74dd74896d3334696d24fdd783c69459b91d5c7f" + url "http://darcs.net/releases/darcs-2.10.0.tar.gz" + sha256 "52b3db3f7b64a4306585b96af7b5887f62ba54f6e9c3bdbed9b6a18d97f16b36" bottle do cellar :any @@ -32,7 +31,7 @@ class Darcs < Formula end system "darcs", "get", "my_repo", "my_repo_clone" Dir.chdir "my_repo_clone" do - assert (Pathname.pwd/"foo").read.include? "hello homebrew!" + assert (Pathname.pwd/"foo").read.include? "hello homebrew!" end end end |
