diff options
| author | Emmett1 <me@emmett1.my> | 2026-04-17 17:07:05 +0000 |
|---|---|---|
| committer | Emmett1 <me@emmett1.my> | 2026-04-17 17:07:05 +0000 |
| commit | 8228f488113ac40ca0e716ca60362f8cbc5ea3e5 (patch) | |
| tree | f845392d0cde95357863236e70a8d97d9a3573ce | |
| parent | 6af9dc47c4970a445431fd96f0bd58df11d4af6f (diff) | |
| download | alicelinux-8228f488113ac40ca0e716ca60362f8cbc5ea3e5.tar.gz alicelinux-8228f488113ac40ca0e716ca60362f8cbc5ea3e5.zip | |
libpng: updated to 1.6.57
| -rw-r--r-- | repos/extra/libpng/.checksum | 4 | ||||
| -rw-r--r-- | repos/extra/libpng/.files | 6 | ||||
| -rw-r--r-- | repos/extra/libpng/abuild | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/repos/extra/libpng/.checksum b/repos/extra/libpng/.checksum index 9880a523..1aa611ad 100644 --- a/repos/extra/libpng/.checksum +++ b/repos/extra/libpng/.checksum @@ -1,2 +1,2 @@ -8cf844d2b15cd5257bc72344521ec3b6468075e539c5ecbf3751b272181526ee libpng-1.6.56-apng.patch.gz -21bd8e4a8ce10065a341a2165269055482dc392dd70a8a5013bbd987d84dc394 libpng-1.6.56.tar.xz +4be6f658342944b99f74ed2793e54ed75159dd9551a2d8546d14da9be74d1465 libpng-1.6.57-apng.patch.gz +c2fffea2172bde863eb6c06e728a4a4e62da1ebee17b8b99f723ff78d5e80c0a libpng-1.6.57.tar.xz diff --git a/repos/extra/libpng/.files b/repos/extra/libpng/.files index b5b48c6d..bd14dbdd 100644 --- a/repos/extra/libpng/.files +++ b/repos/extra/libpng/.files @@ -14,9 +14,9 @@ lrwxrwxrwx root/root usr/include/pngconf.h -> libpng16/pngconf.h lrwxrwxrwx root/root usr/include/pnglibconf.h -> libpng16/pnglibconf.h drwxr-xr-x root/root usr/lib/ lrwxrwxrwx root/root usr/lib/libpng.so -> libpng16.so -lrwxrwxrwx root/root usr/lib/libpng16.so -> libpng16.so.16.56.0 -lrwxrwxrwx root/root usr/lib/libpng16.so.16 -> libpng16.so.16.56.0 --rwxr-xr-x root/root usr/lib/libpng16.so.16.56.0 +lrwxrwxrwx root/root usr/lib/libpng16.so -> libpng16.so.16.57.0 +lrwxrwxrwx root/root usr/lib/libpng16.so.16 -> libpng16.so.16.57.0 +-rwxr-xr-x root/root usr/lib/libpng16.so.16.57.0 drwxr-xr-x root/root usr/lib/pkgconfig/ lrwxrwxrwx root/root usr/lib/pkgconfig/libpng.pc -> libpng16.pc -rw-r--r-- root/root usr/lib/pkgconfig/libpng16.pc diff --git a/repos/extra/libpng/abuild b/repos/extra/libpng/abuild index a935f6bd..af64f94d 100644 --- a/repos/extra/libpng/abuild +++ b/repos/extra/libpng/abuild @@ -1,5 +1,5 @@ name=libpng -version=1.6.56 +version=1.6.57 release=1 source="https://downloads.sourceforge.net/$name/$name-$version.tar.xz https://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$version-apng.patch.gz" |