[notify] ccache: 4.9.1 -> 4.10; new harddependencies: fmt, xxhash

This commit is contained in:
Tim Biermann 2024-06-02 14:16:27 +02:00
parent aa9ffa053c
commit 10c166b5c8
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/c+9qCvP4wnW97h3+jMzinz5sZqL4ACpq39hyrPv56H0mV5alCgygt8GouvEKVUvBycCEgWDwoehK4QicLiuWwk=
SHA256 (Pkgfile) = 97d540671e350603696d5d4802afbb569de785811f065e3fde3aca8944274546
RWSE3ohX2g5d/WrayMFdfQuznibEkavwV2pQ0tGGWfv2Zj8j2RUBm+zU7NaZ2DvLtQsUyfuSAT9t40ud40bC8SwZCJ8F7zRcTQs=
SHA256 (Pkgfile) = 1072637657c2aad09e9bbf250f4cc14c9fb1fe25cc0e0fd48c3120278beaf863
SHA256 (.footprint) = 34a3e564b0c90bd049466cb018b243f7d70d482e898982243a00f20fec8a988d
SHA256 (ccache-4.9.1.tar.xz) = 4c03bc840699127d16c3f0e6112e3f40ce6a230d5873daa78c60a59c7ef59d25
SHA256 (ccache-4.10.tar.xz) = 83630b5e922b998ab2538823e0cad962c0f956fad1fcf443dd5288269a069660

View File

@ -1,11 +1,11 @@
# Description: A fast compiler cache
# URL: https://ccache.dev/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on:
# Depends on: fmt xxhash zstd
# Optional: asciidoctor clang-ccache-bindings gcc-fortran-ccache-bindings hiredis mingw-ccache-bindings
name=ccache
version=4.9.1
version=4.10
release=1
source=(https://github.com/$name/$name/releases/download/v$version/$name-$version.tar.xz)
@ -18,10 +18,10 @@ build() {
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \
-D DEPS=LOCAL \
-D ENABLE_IPO=ON \
-D HIREDIS_FROM_INTERNET=OFF \
-D ZSTD_FROM_INTERNET=OFF \
-D ENABLE_TESTING=OFF
-D ENABLE_TESTING=OFF \
-D ENABLE_DOCUMENTATION=OFF
cmake --build build
DESTDIR=$PKG cmake --install build