Closes Homebrew/homebrew#22858.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Liam Staskawicz 2013-09-26 10:21:45 -07:00 committed by Adam Vandenberg
parent 84df192969
commit 9103c79740
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ require 'formula'
class Tup < Formula
homepage 'http://gittup.org/tup/'
url 'https://github.com/gittup/tup/archive/v0.6.5.tar.gz'
sha1 '0df86d8b607b34aee64cbadf1e6e0d090886f077'
url 'https://github.com/gittup/tup/archive/v0.7.tar.gz'
sha1 '1ee3765d90a5262d56222846c698b0d555705099'
head 'https://github.com/gittup/tup.git'
depends_on 'pkg-config' => :build