mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Ports: Bump gettext to 0.22.4
This commit is contained in:
parent
deb3e1eb7a
commit
c382db351a
Notes:
sideshowbarker
2024-07-17 23:02:37 +09:00
Author: https://github.com/mrunix00 Commit: https://github.com/SerenityOS/serenity/commit/c382db351a Pull-request: https://github.com/SerenityOS/serenity/pull/22426 Reviewed-by: https://github.com/timschumi ✅
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/ |
|
||||
| [`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 |
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue