aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2010-12-28 12:21:34 -0800
committerAdam Vandenberg2010-12-28 12:21:34 -0800
commit3ae0251b42cab2871cefe6ede95610ef7fd4cfcf (patch)
tree7a34b19a218bfcbde0d8ad2863aae6c187009fb5 /Library/Formula
parent3d158abca1ee9cf44adef1426537d60cddfe1cf0 (diff)
downloadhomebrew-3ae0251b42cab2871cefe6ede95610ef7fd4cfcf.tar.bz2
Sip 4.12
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/sip.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/sip.rb b/Library/Formula/sip.rb
index 76fb3e762..0f4e942f7 100644
--- a/Library/Formula/sip.rb
+++ b/Library/Formula/sip.rb
@@ -1,8 +1,8 @@
require 'formula'
class Sip <Formula
- url 'http://www.riverbankcomputing.co.uk/hg/sip/archive/4.11.2.tar.gz'
- md5 '06b12c0b36bb31b4d30185d7ab512a69'
+ url 'http://www.riverbankcomputing.co.uk/hg/sip/archive/4.12.tar.gz'
+ md5 'a9fa74162d65a813aa35a452f8e6ec36'
head 'http://www.riverbankcomputing.co.uk/hg/sip', :using => :hg
homepage 'http://www.riverbankcomputing.co.uk/software/sip'
@@ -27,6 +27,8 @@ class Sip <Formula
EOS
end
end
+
+
__END__
Patch to allow the SIP build.py script to generate a reasonable version number
without the .hg directory from the Mercurial repository.