aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAndrei Polushin2014-10-24 12:25:40 +0700
committerMike McQuaid2014-10-24 11:43:31 +0100
commit7857267758e4912e503684fee310b36b92e06d7c (patch)
treee69137c2f2fe0c695fcdc929084c22869d34bff1 /Library/Formula
parentaa5fb05d9cf284d4f34bea02d6f0d63133efa84d (diff)
downloadhomebrew-7857267758e4912e503684fee310b36b92e06d7c.tar.bz2
ccache 3.1.10
Signed-off-by: Andrei Polushin <polushin@gmail.com>
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 a181c2dd0..7b51494a9 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.9.tar.bz2'
- sha1 'e80a5cb7301e72f675097246d722505ae56e3cd3'
+ url 'http://samba.org/ftp/ccache/ccache-3.1.10.tar.bz2'
+ sha1 'f78154d526b98546c27e5ef480354f3ce021abe2'
head do
url 'https://github.com/jrosdahl/ccache.git'