mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 09:21:57 -05:00
Ports: Bump gettext to 0.22.4
This commit is contained in:
parent
deb3e1eb7a
commit
c382db351a
2 changed files with 3 additions and 3 deletions
|
@ -94,7 +94,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
||||||
| [`gemrb`](gemrb/) | GemRB | 0.9.1 | https://gemrb.org/ |
|
| [`gemrb`](gemrb/) | GemRB | 0.9.1 | https://gemrb.org/ |
|
||||||
| [`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 | 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.1 | https://sourceforge.net/projects/giflib/ |
|
||||||
| [`git`](git/) | Git | 2.42.0 | https://git-scm.com/ |
|
| [`git`](git/) | Git | 2.42.0 | https://git-scm.com/ |
|
||||||
| [`glib`](glib/) | GLib | 2.78.0 | https://wiki.gnome.org/Projects/GLib |
|
| [`glib`](glib/) | GLib | 2.78.0 | https://wiki.gnome.org/Projects/GLib |
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
#!/usr/bin/env -S bash ../.port_include.sh
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||||||
port='gettext'
|
port='gettext'
|
||||||
version='0.22'
|
version='0.22.4'
|
||||||
useconfigure='true'
|
useconfigure='true'
|
||||||
files=(
|
files=(
|
||||||
"https://ftpmirror.gnu.org/gettext/gettext-${version}.tar.gz#49f089be11b490170bbf09ed2f51e5f5177f55be4cc66504a5861820e0fb06ab"
|
"https://ftpmirror.gnu.org/gettext/gettext-${version}.tar.gz#c1e0bb2a4427a9024390c662cd532d664c4b36b8ff444ed5e54b115fdb7a1aea"
|
||||||
)
|
)
|
||||||
depends=(
|
depends=(
|
||||||
'libiconv'
|
'libiconv'
|
||||||
|
|
Loading…
Reference in a new issue