aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-04-01 07:16:11 -0700
committerAdam Vandenberg2013-04-01 07:16:11 -0700
commit5037ad757a25f17c125b9b97fffadbdc06c7cf8f (patch)
tree6f8afa8179ae01f051366dab8e4c0d822f6cd771 /Library/Formula
parent3fc78a76414806f14869c9b5667b5b59682afb89 (diff)
downloadhomebrew-5037ad757a25f17c125b9b97fffadbdc06c7cf8f.tar.bz2
git-cola: use archive URL
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/git-cola.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/git-cola.rb b/Library/Formula/git-cola.rb
index 6073ae1e9..0d02fcd4d 100644
--- a/Library/Formula/git-cola.rb
+++ b/Library/Formula/git-cola.rb
@@ -2,8 +2,8 @@ require 'formula'
class GitCola < Formula
homepage 'http://git-cola.github.com/'
- url 'https://github.com/git-cola/git-cola/tarball/v1.8.2'
- sha1 '960bd57c05c5cdacf3641c983fb95d68cae84b99'
+ url 'https://github.com/git-cola/git-cola/archive/v1.8.2.tar.gz'
+ sha1 '92c09bcf3abcac68f6dc0817e9c8d002260572ae'
head 'https://github.com/git-cola/git-cola.git'