Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
git-cola: use archive URL
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Apr 1, 2013
1 parent 3fc78a7 commit 5037ad7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Formula/git-cola.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@


class GitCola < Formula class GitCola < Formula
homepage 'http://git-cola.github.com/' homepage 'http://git-cola.github.com/'
url 'https://github.com/git-cola/git-cola/tarball/v1.8.2' url 'https://github.com/git-cola/git-cola/archive/v1.8.2.tar.gz'
sha1 '960bd57c05c5cdacf3641c983fb95d68cae84b99' sha1 '92c09bcf3abcac68f6dc0817e9c8d002260572ae'


head 'https://github.com/git-cola/git-cola.git' head 'https://github.com/git-cola/git-cola.git'


Expand Down

0 comments on commit 5037ad7

Please sign in to comment.