aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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}"