diff options
| author | Jörg Krause <joerg.krause@embedded.rocks> | 2016-11-08 00:02:32 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-11-08 09:37:16 +0100 |
| commit | 2befc2c736ae175ed6bad34aae42806b1de0df49 (patch) | |
| tree | e4b39bb4f085e3878e7a9ed0b52a53f7cef2b4f8 | |
| parent | 187e5bc92b63eb652e326364eaf1fd874fc1d170 (diff) | |
| download | buildroot-2befc2c736ae175ed6bad34aae42806b1de0df49.tar.gz buildroot-2befc2c736ae175ed6bad34aae42806b1de0df49.zip | |
package/ccache: bump to version 3.3.3
Note, that version 3.3.3 of ccache fixes a bug [1] where the Linux
kernel image is the same even after changing the source code and
rebuilding it.
[1] https://github.com/ccache/ccache/issues/136
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | package/ccache/ccache.hash | 4 | ||||
| -rw-r--r-- | package/ccache/ccache.mk | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package/ccache/ccache.hash b/package/ccache/ccache.hash index fdd0ddfb4f..bde53f794d 100644 --- a/package/ccache/ccache.hash +++ b/package/ccache/ccache.hash @@ -1,2 +1,2 @@ -# Verified key https://samba.org/ftp/ccache/ccache-3.3.2.tar.xz.asc - sha256 computed locally -sha256 907685cb23d8f82074b8d1a9b4ebabb36914d151ac7b96a840c68c08d1a14530 ccache-3.3.2.tar.xz +# Verified key https://samba.org/ftp/ccache/ccache-3.3.3.tar.xz.asc - sha256 computed locally +sha256 3b02a745da1cfa9eb438af7147e0fd3545e2f6163de9e5b07da86f58859f04ec ccache-3.3.3.tar.xz diff --git a/package/ccache/ccache.mk b/package/ccache/ccache.mk index 63907c25f5..f174a5d01c 100644 --- a/package/ccache/ccache.mk +++ b/package/ccache/ccache.mk @@ -4,7 +4,7 @@ # ################################################################################ -CCACHE_VERSION = 3.3.2 +CCACHE_VERSION = 3.3.3 CCACHE_SITE = https://samba.org/ftp/ccache CCACHE_SOURCE = ccache-$(CCACHE_VERSION).tar.xz CCACHE_LICENSE = GPLv3+, others |

