diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-05-14 09:48:07 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-05-14 09:48:07 +0000 |
| commit | 820a2feeffad15dd276040fc4890f2e11da6b753 (patch) | |
| tree | 08a587889d79a6c19e043f317220960b932a4245 | |
| parent | fbf958bb3542ba4925be153df43a95f0f6d89958 (diff) | |
| download | alicelinux-820a2feeffad15dd276040fc4890f2e11da6b753.tar.gz alicelinux-820a2feeffad15dd276040fc4890f2e11da6b753.zip | |
libdeflate: updated to 1.24
| -rw-r--r-- | repos/extra/libdeflate/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/libdeflate/.files | 2 | ||||
| -rw-r--r-- | repos/extra/libdeflate/abuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/repos/extra/libdeflate/.checksum b/repos/extra/libdeflate/.checksum index 02da0973..9dc8c789 100644 --- a/repos/extra/libdeflate/.checksum +++ b/repos/extra/libdeflate/.checksum @@ -1 +1 @@ -5c1e49a80d7302d544f0e9fd4215333a8ce7340b4153deecff2fc7c4e72d9fee libdeflate-1.23.tar.gz +9b4fb3b3e6784a7c88c4c585058819c2e82f4375498c3c1875bea1a2364545b7 libdeflate-1.24.tar.gz diff --git a/repos/extra/libdeflate/.files b/repos/extra/libdeflate/.files index 06c2e0a9..89c5e7b2 100644 --- a/repos/extra/libdeflate/.files +++ b/repos/extra/libdeflate/.files @@ -1,7 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/libdeflate-gunzip --rwxr-xr-x root/root usr/bin/libdeflate-gzip -> usr/bin/libdeflate-gunzip +-rwxr-xr-x root/root usr/bin/libdeflate-gzip drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/libdeflate.h drwxr-xr-x root/root usr/lib/ diff --git a/repos/extra/libdeflate/abuild b/repos/extra/libdeflate/abuild index a56280af..f9e9982e 100644 --- a/repos/extra/libdeflate/abuild +++ b/repos/extra/libdeflate/abuild @@ -1,4 +1,4 @@ name=libdeflate -version=1.23 +version=1.24 release=1 source="https://github.com/ebiggers/$name/releases/download/v$version/$name-$version.tar.gz" |