mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 09:21:57 -05:00
Ports/giflib: Update to 5.2.2
This commit is contained in:
parent
bc469c3dd0
commit
6399069128
2 changed files with 3 additions and 3 deletions
|
@ -96,7 +96,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
||||||
| [`genemu`](genemu/) | Genesis / MegaDrive Emulator | e39f690 | https://github.com/rasky/genemu |
|
| [`genemu`](genemu/) | Genesis / MegaDrive Emulator | e39f690 | https://github.com/rasky/genemu |
|
||||||
| [`genext2fs`](genext2fs/) | genext2fs | 1.5.0 | https://github.com/bestouff/genext2fs |
|
| [`genext2fs`](genext2fs/) | genext2fs | 1.5.0 | https://github.com/bestouff/genext2fs |
|
||||||
| [`gettext`](gettext/) | GNU gettext | 0.22.4 | https://www.gnu.org/software/gettext/ |
|
| [`gettext`](gettext/) | GNU gettext | 0.22.4 | https://www.gnu.org/software/gettext/ |
|
||||||
| [`giflib`](giflib/) | GIFLib | 5.2.1 | https://sourceforge.net/projects/giflib/ |
|
| [`giflib`](giflib/) | GIFLib | 5.2.2 | https://sourceforge.net/projects/giflib/ |
|
||||||
| [`git`](git/) | Git | 2.46.0 | https://git-scm.com/ |
|
| [`git`](git/) | Git | 2.46.0 | https://git-scm.com/ |
|
||||||
| [`glib`](glib/) | GLib | 2.80.0 | https://wiki.gnome.org/Projects/GLib |
|
| [`glib`](glib/) | GLib | 2.80.0 | https://wiki.gnome.org/Projects/GLib |
|
||||||
| [`glm`](glm/) | OpenGL Mathematics (GLM) | 0.9.9.8 | https://github.com/g-truc/glm |
|
| [`glm`](glm/) | OpenGL Mathematics (GLM) | 0.9.9.8 | https://github.com/g-truc/glm |
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env -S bash ../.port_include.sh
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||||||
port='giflib'
|
port='giflib'
|
||||||
version='5.2.1'
|
version='5.2.2'
|
||||||
files=(
|
files=(
|
||||||
"https://downloads.sourceforge.net/project/giflib/giflib-${version}.tar.gz#31da5562f44c5f15d63340a09a4fd62b48c45620cd302f77a6d9acf0077879bd"
|
"https://downloads.sourceforge.net/project/giflib/giflib-${version}.tar.gz#be7ffbd057cadebe2aa144542fd90c6838c6a083b5e8a9048b8ee3b66b29d5fb"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue