diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-06-19 09:22:18 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-06-19 09:22:18 +0000 |
| commit | 3129d60976436bda8ea9ca0e385081a21f427fcf (patch) | |
| tree | 83869119c62f238e55fe8c4c396e0379635313c2 /repos/extra/libogg | |
| parent | 4c81853e25676324e2eb93f2639e646d5413f775 (diff) | |
| download | alicelinux-3129d60976436bda8ea9ca0e385081a21f427fcf.tar.gz alicelinux-3129d60976436bda8ea9ca0e385081a21f427fcf.zip | |
libogg: updated to 1.3.6
Diffstat (limited to 'repos/extra/libogg')
| -rw-r--r-- | repos/extra/libogg/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/libogg/.files | 6 | ||||
| -rw-r--r-- | repos/extra/libogg/abuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/repos/extra/libogg/.checksum b/repos/extra/libogg/.checksum index 26c63963..c43540c0 100644 --- a/repos/extra/libogg/.checksum +++ b/repos/extra/libogg/.checksum @@ -1 +1 @@ -3f6c106afa5b026ca7b8a0cc56fdb100bf2f93aee5c84f46beec4c7e1fe6c452 libogg-1.3.5.tar.xz +ed63da85144c5040cd55143598fac51926db5fc1a46bc80ab3878dd4e5617e92 libogg-1.3.6.tar.xz diff --git a/repos/extra/libogg/.files b/repos/extra/libogg/.files index 2b64f744..e003f302 100644 --- a/repos/extra/libogg/.files +++ b/repos/extra/libogg/.files @@ -5,9 +5,9 @@ drwxr-xr-x root/root usr/include/ogg/ -rw-r--r-- root/root usr/include/ogg/ogg.h -rw-r--r-- root/root usr/include/ogg/os_types.h drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libogg.so -> libogg.so.0.8.5 -lrwxrwxrwx root/root usr/lib/libogg.so.0 -> libogg.so.0.8.5 --rwxr-xr-x root/root usr/lib/libogg.so.0.8.5 +lrwxrwxrwx root/root usr/lib/libogg.so -> libogg.so.0.8.6 +lrwxrwxrwx root/root usr/lib/libogg.so.0 -> libogg.so.0.8.6 +-rwxr-xr-x root/root usr/lib/libogg.so.0.8.6 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/ogg.pc drwxr-xr-x root/root usr/share/ diff --git a/repos/extra/libogg/abuild b/repos/extra/libogg/abuild index 3769d4e0..9bc79eab 100644 --- a/repos/extra/libogg/abuild +++ b/repos/extra/libogg/abuild @@ -1,4 +1,4 @@ name=libogg -version=1.3.5 +version=1.3.6 release=1 source="https://downloads.xiph.org/releases/ogg/$name-$version.tar.xz" |