GNU gettext 0.21

This commit is contained in:
Andrius Štikonas 2021-05-27 21:58:10 +01:00
parent 32358fd94f
commit 1857439ddd
6 changed files with 71 additions and 0 deletions

View file

@ -490,3 +490,7 @@ class SysA:
# patch 2.7.6
self.get_file(["https://mirrors.kernel.org/gnu/patch/patch-2.7.6.tar.xz",
"https://git.savannah.gnu.org/cgit/gnulib.git/snapshot/gnulib-e017871.tar.gz"])
# gettext 0.21
self.get_file(["https://mirrors.kernel.org/gnu/gettext/gettext-0.21.tar.xz",
"https://git.savannah.gnu.org/cgit/gnulib.git/snapshot/gnulib-7daa86f.tar.gz"])