Ports: Bump gettext to 0.22.4

This commit is contained in:
Mr.UNIX 2023-12-25 12:38:17 +01:00 committed by Tim Schumacher
parent deb3e1eb7a
commit c382db351a
2 changed files with 3 additions and 3 deletions

View file

@ -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/ |
| [`genemu`](genemu/) | Genesis / MegaDrive Emulator | e39f690 | https://github.com/rasky/genemu |
| [`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/ |
| [`git`](git/) | Git | 2.42.0 | https://git-scm.com/ |
| [`glib`](glib/) | GLib | 2.78.0 | https://wiki.gnome.org/Projects/GLib |

View file

@ -1,9 +1,9 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='gettext'
version='0.22'
version='0.22.4'
useconfigure='true'
files=(
"https://ftpmirror.gnu.org/gettext/gettext-${version}.tar.gz#49f089be11b490170bbf09ed2f51e5f5177f55be4cc66504a5861820e0fb06ab"
"https://ftpmirror.gnu.org/gettext/gettext-${version}.tar.gz#c1e0bb2a4427a9024390c662cd532d664c4b36b8ff444ed5e54b115fdb7a1aea"
)
depends=(
'libiconv'