From 457ea98ad09594678926c7eda95e3e2a26e2be5c Mon Sep 17 00:00:00 2001 From: Luis Date: Mon, 20 Nov 2023 04:30:13 +0000 Subject: [PATCH] gettext : upgrade to 0.22.4 --- core/gettext/.checksums | 2 +- core/gettext/.pkgfiles | 30 +++++++++++++++--------------- core/gettext/spkgbuild | 2 +- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/core/gettext/.checksums b/core/gettext/.checksums index 738375c35..7eaf50062 100644 --- a/core/gettext/.checksums +++ b/core/gettext/.checksums @@ -1 +1 @@ -460b38ae5e520253dcd06165dd3e281f gettext-0.22.3.tar.xz +2d8507d003ef3ddd1c172707ffa97ed8 gettext-0.22.4.tar.xz diff --git a/core/gettext/.pkgfiles b/core/gettext/.pkgfiles index e94119b11..5e1633096 100644 --- a/core/gettext/.pkgfiles +++ b/core/gettext/.pkgfiles @@ -1,4 +1,4 @@ -gettext-0.22.3-1 +gettext-0.22.4-1 drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/autopoint @@ -41,13 +41,13 @@ drwxr-xr-x root/root usr/lib/gettext/ lrwxrwxrwx root/root usr/lib/libasprintf.so -> libasprintf.so.0.0.0 lrwxrwxrwx root/root usr/lib/libasprintf.so.0 -> libasprintf.so.0.0.0 -rwxr-xr-x root/root usr/lib/libasprintf.so.0.0.0 --rwxr-xr-x root/root usr/lib/libgettextlib-0.22.3.so -lrwxrwxrwx root/root usr/lib/libgettextlib.so -> libgettextlib-0.22.3.so +-rwxr-xr-x root/root usr/lib/libgettextlib-0.22.4.so +lrwxrwxrwx root/root usr/lib/libgettextlib.so -> libgettextlib-0.22.4.so lrwxrwxrwx root/root usr/lib/libgettextpo.so -> libgettextpo.so.0.5.10 lrwxrwxrwx root/root usr/lib/libgettextpo.so.0 -> libgettextpo.so.0.5.10 -rwxr-xr-x root/root usr/lib/libgettextpo.so.0.5.10 --rwxr-xr-x root/root usr/lib/libgettextsrc-0.22.3.so -lrwxrwxrwx root/root usr/lib/libgettextsrc.so -> libgettextsrc-0.22.3.so +-rwxr-xr-x root/root usr/lib/libgettextsrc-0.22.4.so +lrwxrwxrwx root/root usr/lib/libgettextsrc.so -> libgettextsrc-0.22.4.so lrwxrwxrwx root/root usr/lib/libtextstyle.so -> libtextstyle.so.0.2.1 lrwxrwxrwx root/root usr/lib/libtextstyle.so.0 -> libtextstyle.so.0.2.1 -rwxr-xr-x root/root usr/lib/libtextstyle.so.0.2.1 @@ -65,16 +65,16 @@ drwxr-xr-x root/root usr/share/aclocal/ -rw-r--r-- root/root usr/share/aclocal/nls.m4 -rw-r--r-- root/root usr/share/aclocal/po.m4 -rw-r--r-- root/root usr/share/aclocal/progtest.m4 -drwxr-xr-x root/root usr/share/gettext-0.22.3/ -drwxr-xr-x root/root usr/share/gettext-0.22.3/its/ --rw-r--r-- root/root usr/share/gettext-0.22.3/its/glade.loc --rw-r--r-- root/root usr/share/gettext-0.22.3/its/glade1.its --rw-r--r-- root/root usr/share/gettext-0.22.3/its/glade2.its --rw-r--r-- root/root usr/share/gettext-0.22.3/its/gsettings.its --rw-r--r-- root/root usr/share/gettext-0.22.3/its/gsettings.loc --rw-r--r-- root/root usr/share/gettext-0.22.3/its/gtkbuilder.its --rw-r--r-- root/root usr/share/gettext-0.22.3/its/metainfo.its --rw-r--r-- root/root usr/share/gettext-0.22.3/its/metainfo.loc +drwxr-xr-x root/root usr/share/gettext-0.22.4/ +drwxr-xr-x root/root usr/share/gettext-0.22.4/its/ +-rw-r--r-- root/root usr/share/gettext-0.22.4/its/glade.loc +-rw-r--r-- root/root usr/share/gettext-0.22.4/its/glade1.its +-rw-r--r-- root/root usr/share/gettext-0.22.4/its/glade2.its +-rw-r--r-- root/root usr/share/gettext-0.22.4/its/gsettings.its +-rw-r--r-- root/root usr/share/gettext-0.22.4/its/gsettings.loc +-rw-r--r-- root/root usr/share/gettext-0.22.4/its/gtkbuilder.its +-rw-r--r-- root/root usr/share/gettext-0.22.4/its/metainfo.its +-rw-r--r-- root/root usr/share/gettext-0.22.4/its/metainfo.loc drwxr-xr-x root/root usr/share/gettext/ -rw-r--r-- root/root usr/share/gettext/ABOUT-NLS -rw-r--r-- root/root usr/share/gettext/archive.dir.tar.xz diff --git a/core/gettext/spkgbuild b/core/gettext/spkgbuild index 1fd675545..7c7e334e8 100755 --- a/core/gettext/spkgbuild +++ b/core/gettext/spkgbuild @@ -2,7 +2,7 @@ # depends : ncurses acl name=gettext -version=0.22.3 +version=0.22.4 release=1 source="https://ftp.gnu.org/gnu/$name/$name-$version.tar.xz"