From fcbb94f0e8f153770ce428a2d1f6b28ad1a412c6 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sun, 10 Nov 2019 12:04:16 +0100 Subject: [PATCH] ccache: bump version. --- dev-util/ccache/{ccache-3.6.recipe => ccache-3.7.5.recipe} | 4 ++-- .../patches/{ccache-3.6.patchset => ccache-3.7.5.patchset} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename dev-util/ccache/{ccache-3.6.recipe => ccache-3.7.5.recipe} (88%) rename dev-util/ccache/patches/{ccache-3.6.patchset => ccache-3.7.5.patchset} (100%) diff --git a/dev-util/ccache/ccache-3.6.recipe b/dev-util/ccache/ccache-3.7.5.recipe similarity index 88% rename from dev-util/ccache/ccache-3.6.recipe rename to dev-util/ccache/ccache-3.7.5.recipe index 9c2ab7a8d..0879fae25 100644 --- a/dev-util/ccache/ccache-3.6.recipe +++ b/dev-util/ccache/ccache-3.7.5.recipe @@ -7,8 +7,8 @@ COPYRIGHT="2002-2007 Andrew Tridgell 2009-2019 Joel Rosdahl" LICENSE="GNU GPL v3" REVISION="1" -SOURCE_URI="https://samba.org/ftp/ccache/ccache-$portVersion.tar.bz2" -CHECKSUM_SHA256="c23ecf1253e0d12c9da9dda9567a88a606d46f93d9982b8b1a423d6f238bd435" +SOURCE_URI="https://github.com/ccache/ccache/releases/download/v$portVersion/ccache-$portVersion.tar.xz" +CHECKSUM_SHA256="e51c611a3da865754cb0ff1ddd95bd7a6acac603576c0bd39583f8cc30af28d2" PATCHES="ccache-$portVersion.patchset" ARCHITECTURES="!x86_gcc2 x86 x86_64" diff --git a/dev-util/ccache/patches/ccache-3.6.patchset b/dev-util/ccache/patches/ccache-3.7.5.patchset similarity index 100% rename from dev-util/ccache/patches/ccache-3.6.patchset rename to dev-util/ccache/patches/ccache-3.7.5.patchset