aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorLiam Staskawicz2013-09-26 10:21:45 -0700
committerAdam Vandenberg2013-09-26 21:10:14 -0700
commita4b82e3b855e227f86b9ab281b5329d142edda12 (patch)
tree8ba2228e7c7d47fd3ebece087790d7ce3a4ba063 /Library
parent8a6a9f0baefd4ccf7e58df5149dab0e680832ccb (diff)
downloadhomebrew-a4b82e3b855e227f86b9ab281b5329d142edda12.tar.bz2
tup 0.7
Closes #22858. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/tup.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/tup.rb b/Library/Formula/tup.rb
index 6c24233e7..4d76c4cba 100644
--- a/Library/Formula/tup.rb
+++ b/Library/Formula/tup.rb
@@ -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