diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-10-21 23:46:32 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-10-21 23:46:32 +0800 |
| commit | 3dbad4d8988e1c5b38acaee553700e03da8964fb (patch) | |
| tree | 86ae5127f07a53d45a6a5eeee81c53e81548930f | |
| parent | 8e5ae9d1e04627a0223e502b93eb4a8e616c12bb (diff) | |
| download | alicelinux-3dbad4d8988e1c5b38acaee553700e03da8964fb.tar.gz alicelinux-3dbad4d8988e1c5b38acaee553700e03da8964fb.zip | |
libdeflate: updated to 1.22
| -rw-r--r-- | repos/extra/libdeflate/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/libdeflate/.files | 4 | ||||
| -rw-r--r-- | repos/extra/libdeflate/abuild | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/repos/extra/libdeflate/.checksum b/repos/extra/libdeflate/.checksum index 66ab762a..1cdadf00 100644 --- a/repos/extra/libdeflate/.checksum +++ b/repos/extra/libdeflate/.checksum @@ -1 +1 @@ -08965e74bed9bc397d233ca0f90159e91cdb05c323612927ca3bfef22778d778 libdeflate-1.21.tar.gz +f38054c1bca3af19b7a0c6dadb77fd0ba05252daff45496d4589b184e942ab3c libdeflate-1.22.tar.gz diff --git a/repos/extra/libdeflate/.files b/repos/extra/libdeflate/.files index c4944bde..06c2e0a9 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 -> usr/bin/libdeflate-gzip --rwxr-xr-x root/root usr/bin/libdeflate-gzip +-rwxr-xr-x root/root usr/bin/libdeflate-gunzip +-rwxr-xr-x root/root usr/bin/libdeflate-gzip -> usr/bin/libdeflate-gunzip 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 401cfa52..fe5389a0 100644 --- a/repos/extra/libdeflate/abuild +++ b/repos/extra/libdeflate/abuild @@ -1,4 +1,4 @@ name=libdeflate -version=1.21 +version=1.22 release=1 source="https://github.com/ebiggers/$name/releases/download/v$version/$name-$version.tar.gz" |