aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-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 4dee14c81..8d0e4cf06 100644
--- a/Library/Formula/ccache.rb
+++ b/Library/Formula/ccache.rb
@@ -2,8 +2,8 @@ require 'formula'
class Ccache < Formula
homepage 'http://ccache.samba.org/'
- url 'http://samba.org/ftp/ccache/ccache-3.1.7.tar.bz2'
- sha1 '910313f94b107c8d100f35d580deb95e7e1fd219'
+ url 'http://samba.org/ftp/ccache/ccache-3.1.8.tar.bz2'
+ sha1 '0c5ad63e700954117082383c064cf5326d82c872'
def install
system "./configure", "--prefix=#{prefix}", "--mandir=#{man}"