diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-03-19 04:46:23 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-03-19 04:46:23 +0000 |
| commit | 73dea16bbb9c348512d492c466f668e60b8b23bf (patch) | |
| tree | d834d4c1e78b67e8d4d5819008034ca5cccdfb0c | |
| parent | be47fa0a069c942a7008a63d621accf1b3757108 (diff) | |
| download | alicelinux-73dea16bbb9c348512d492c466f668e60b8b23bf.tar.gz alicelinux-73dea16bbb9c348512d492c466f668e60b8b23bf.zip | |
ccache: updated to 4.11.1
| -rw-r--r-- | repos/extra/ccache/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/ccache/abuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/repos/extra/ccache/.checksum b/repos/extra/ccache/.checksum index ca62fc8b..4678c099 100644 --- a/repos/extra/ccache/.checksum +++ b/repos/extra/ccache/.checksum @@ -1 +1 @@ -9f3260e3b84289d01232b3c102b56242d355b48d067250ae6578c7e89318af84 ccache-4.11.tar.xz +e3453436e126c54fc7e33e3948a48ba7a8689baa82d15a70a877edf0b0307813 ccache-4.11.1.tar.xz diff --git a/repos/extra/ccache/abuild b/repos/extra/ccache/abuild index 3ef040f1..e2920b1c 100644 --- a/repos/extra/ccache/abuild +++ b/repos/extra/ccache/abuild @@ -1,5 +1,5 @@ name=ccache -version=4.11 +version=4.11.1 release=1 source="https://github.com/$name/$name/releases/download/v$version/$name-$version.tar.xz" build_opt="-DREDIS_STORAGE_BACKEND=OFF -DENABLE_TESTING=OFF" |