diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-11-02 23:21:48 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-11-02 23:21:48 +0800 |
| commit | 34b0580e03cffd9b42cb2bf72c2e849bf12b4daa (patch) | |
| tree | 63b7f5b2930be872b15e4f1d76c7169bbfec125c /repos/extra/sdl2 | |
| parent | ecc6842e92507e23455395a13a7e80b3735c7e89 (diff) | |
| download | alicelinux-34b0580e03cffd9b42cb2bf72c2e849bf12b4daa.tar.gz alicelinux-34b0580e03cffd9b42cb2bf72c2e849bf12b4daa.zip | |
sdl2: updated to 2.30.9
Diffstat (limited to 'repos/extra/sdl2')
| -rw-r--r-- | repos/extra/sdl2/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/sdl2/.files | 6 | ||||
| -rw-r--r-- | repos/extra/sdl2/abuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/repos/extra/sdl2/.checksum b/repos/extra/sdl2/.checksum index 3158467a..0e3cc577 100644 --- a/repos/extra/sdl2/.checksum +++ b/repos/extra/sdl2/.checksum @@ -1 +1 @@ -ad96ae1c39329039df2cc52a531e6ea990e181e920b35bab5b959af885066cd0 SDL2-2.30.8.tar.gz +22f8bb8ef57a027b4ac415f4f243bf72d48c2f6436897d4dfac1a03b86b76c47 SDL2-2.30.9.tar.gz diff --git a/repos/extra/sdl2/.files b/repos/extra/sdl2/.files index 18294cb8..9ef6b79e 100644 --- a/repos/extra/sdl2/.files +++ b/repos/extra/sdl2/.files @@ -86,9 +86,9 @@ drwxr-xr-x root/root usr/lib/cmake/ drwxr-xr-x root/root usr/lib/cmake/SDL2/ -rw-r--r-- root/root usr/lib/cmake/SDL2/sdl2-config-version.cmake -rw-r--r-- root/root usr/lib/cmake/SDL2/sdl2-config.cmake -lrwxrwxrwx root/root usr/lib/libSDL2-2.0.so.0 -> libSDL2-2.0.so.0.3000.8 --rwxr-xr-x root/root usr/lib/libSDL2-2.0.so.0.3000.8 -lrwxrwxrwx root/root usr/lib/libSDL2.so -> libSDL2-2.0.so.0.3000.8 +lrwxrwxrwx root/root usr/lib/libSDL2-2.0.so.0 -> libSDL2-2.0.so.0.3000.9 +-rwxr-xr-x root/root usr/lib/libSDL2-2.0.so.0.3000.9 +lrwxrwxrwx root/root usr/lib/libSDL2.so -> libSDL2-2.0.so.0.3000.9 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/sdl2.pc drwxr-xr-x root/root usr/share/ diff --git a/repos/extra/sdl2/abuild b/repos/extra/sdl2/abuild index e45b9810..dd9cce8b 100644 --- a/repos/extra/sdl2/abuild +++ b/repos/extra/sdl2/abuild @@ -1,4 +1,4 @@ name=sdl2 -version=2.30.8 +version=2.30.9 release=1 source="https://www.libsdl.org/release/SDL2-$version.tar.gz" |