aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ccache.rb
diff options
context:
space:
mode:
authorZifei Tong2010-09-22 16:58:54 +0800
committerAdam Vandenberg2010-09-22 06:45:13 -0700
commitaa6a83996b01b07fd8b8c5cc90e22e9bf93ef5ec (patch)
tree568d2ecf94f3fc7f0878b33b72d289c17db06925 /Library/Formula/ccache.rb
parent4f171b26d1a1ec2c3b57170e87f0664ac9cf81e7 (diff)
downloadhomebrew-aa6a83996b01b07fd8b8c5cc90e22e9bf93ef5ec.tar.bz2
update ccache to v3.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/ccache.rb')
-rw-r--r--Library/Formula/ccache.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ccache.rb b/Library/Formula/ccache.rb
index ccddad3b0..fc7482749 100644
--- a/Library/Formula/ccache.rb
+++ b/Library/Formula/ccache.rb
@@ -1,9 +1,9 @@
require 'formula'
class Ccache <Formula
- url 'http://samba.org/ftp/ccache/ccache-2.4.tar.gz'
+ url 'http://samba.org/ftp/ccache/ccache-3.1.tar.bz2'
homepage 'http://ccache.samba.org/'
- md5 '73c1ed1e767c1752dd0f548ec1e66ce7'
+ md5 '7961852e1e36f11559039c32142f58df'
def install
system "./configure", "--prefix=#{prefix}", "--mandir=#{man}"