aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/topgit.rb
diff options
context:
space:
mode:
authorDouglas F. Calvert2013-09-14 08:13:56 +0100
committerMike McQuaid2013-09-14 08:14:42 +0100
commitf2f5e1701ec337822dc49a9aa5bb619503af124b (patch)
treece746276f6dd626811446a450362a377740add49 /Library/Formula/topgit.rb
parentf51f1fb36e3ee561ce83e23e9425582061f2235d (diff)
downloadhomebrew-f2f5e1701ec337822dc49a9aa5bb619503af124b.tar.bz2
topgit 0.9
Also update repository, homepage and use tarball. Closes #22526. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/topgit.rb')
-rw-r--r--Library/Formula/topgit.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/topgit.rb b/Library/Formula/topgit.rb
index 9d5032642..c6acec62b 100644
--- a/Library/Formula/topgit.rb
+++ b/Library/Formula/topgit.rb
@@ -1,9 +1,9 @@
require 'formula'
class Topgit < Formula
- homepage 'http://repo.or.cz/w/topgit.git'
- url 'git://repo.or.cz/topgit.git', :revision => '1744aca50f3d7b6b4863523207e5010e112dfb85'
- version '0.8'
+ homepage 'https://github.com/greenrd/topgit'
+ url 'https://github.com/greenrd/topgit/archive/topgit-0.9.tar.gz'
+ sha1 '619572db467259f9b56474b542f428dc52e0fbc9'
def install
system "make", "install", "prefix=#{prefix}"