ccache:ver bump

This commit is contained in:
Rmys
2019-05-07 23:38:00 +03:00
parent f4e65a1ad9
commit b9c300c276
+9 -1
View File
@@ -12,7 +12,8 @@
<IsA>app:console</IsA>
<Summary>Fast C/C++ compiler cache</Summary>
<Description>ccache is a compiler cache. It speeds up recompilation of C/C++ code by caching previous compiles and detecting when the same compile is being done.</Description>
<Archive sha1sum="5acfdea35d379cadf192363e21f3e25e0f35b01c" type="tarxz">http://samba.org/ftp/ccache/ccache-3.4.3.tar.xz</Archive>
<!-- <Archive sha1sum="5acfdea35d379cadf192363e21f3e25e0f35b01c" type="tarxz">http://samba.org/ftp/ccache/ccache-3.7.1.tar.xz</Archive> -->
<Archive sha1sum="76c0c6c864dd1e91f006a1f1970c771436c100cf" type="tarxz">https://github.com/ccache/ccache/releases/download/v3.7.1/ccache-3.7.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>zlib-devel</Dependency>
</BuildDependencies>
@@ -33,6 +34,13 @@
</Package>
<History>
<Update release="2">
<Date>2019-05-06</Date>
<Version>3.7.1</Version>
<Comment>Version bump.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2018-09-12</Date>
<Version>3.4.3</Version>