diff options
| author | Jack Nagel | 2014-05-08 23:01:22 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-05-08 23:01:22 -0500 | 
| commit | eb001cd24235bf42725a533e442374b68fb36c3f (patch) | |
| tree | ce3c6b49483216ea1f5d0d8d3333945f3eae42ab | |
| parent | d9125b05b9e8ea176088b9d200e7cccd8680401a (diff) | |
| download | homebrew-eb001cd24235bf42725a533e442374b68fb36c3f.tar.bz2 | |
mcabber 0.10.3
| -rw-r--r-- | Library/Formula/mcabber.rb | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/Library/Formula/mcabber.rb b/Library/Formula/mcabber.rb index 41a9018a2..d345acce2 100644 --- a/Library/Formula/mcabber.rb +++ b/Library/Formula/mcabber.rb @@ -2,9 +2,8 @@ require 'formula'  class Mcabber < Formula    homepage 'http://mcabber.com/' -  url 'http://mcabber.com/files/mcabber-0.10.2.tar.bz2' -  sha1 '7bff70dcf09e8a8a4cc7219e03b48bad382a6bda' -  revision 1 +  url 'http://mcabber.com/files/mcabber-0.10.3.tar.bz2' +  sha1 '9254f520cb37e691fb55d4fc46df4440e4a17f14'    head do      url 'http://mcabber.com/hg/', :using => :hg | 
