From 343829143ea11a608fe1b4abedd8a78d5651324a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20Mar=C3=A9chal?= Date: Mon, 24 Jul 2023 10:52:14 +0200 Subject: [PATCH] autoconf-archive: update to 2023.02.20 --- srcpkgs/autoconf-archive/template | 4 ++-- srcpkgs/conky/template | 4 ++-- srcpkgs/nnn/template | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/autoconf-archive/template b/srcpkgs/autoconf-archive/template index d791c5cf84c3c..7229da59a8e7e 100644 --- a/srcpkgs/autoconf-archive/template +++ b/srcpkgs/autoconf-archive/template @@ -1,6 +1,6 @@ # Template file for 'autoconf-archive' pkgname=autoconf-archive -version=2022.02.11 +version=2023.02.20 revision=1 build_style=gnu-configure hostmakedepends="texinfo" @@ -10,4 +10,4 @@ maintainer="Orphaned " license="GPL-3.0-or-later" homepage="https://www.gnu.org/software/autoconf-archive/" distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz" -checksum=78a61b611e2eeb55a89e0398e0ce387bcaf57fe2dd53c6fe427130f777ad1e8c +checksum=71d4048479ae28f1f5794619c3d72df9c01df49b1c628ef85fde37596dc31a33 diff --git a/srcpkgs/conky/template b/srcpkgs/conky/template index 016ddeab5c8a4..9b3a3066138bd 100644 --- a/srcpkgs/conky/template +++ b/srcpkgs/conky/template @@ -1,7 +1,7 @@ # Template file for 'conky' # Keep in sync with 'conky-cli' pkgname=conky -version=1.13.1 +version=1.19.3 revision=1 build_style=cmake conf_files="/etc/conky/conky.conf /etc/conky/conky_no_x11.conf" @@ -19,7 +19,7 @@ maintainer="Orphaned " license="BSD-3-Clause, GPL-3.0-or-later" homepage="https://github.com/brndnmtthws/conky" distfiles="https://github.com/brndnmtthws/conky/archive/v${version}.tar.gz" -checksum=f85c96250b501e937b9b5d2ff3f06176e14777c94cec81373bbfc8a619d7a05a +checksum=ce431f6fa8fe4ee02f4f023932e121078ad86ab7f2eb195d7d2ca07227a287f8 post_install() { vmkdir etc/conky diff --git a/srcpkgs/nnn/template b/srcpkgs/nnn/template index e556be4fe2854..e5fec89357440 100644 --- a/srcpkgs/nnn/template +++ b/srcpkgs/nnn/template @@ -1,6 +1,6 @@ # Template file for 'nnn' pkgname=nnn -version=4.8 +version=4.9 revision=1 build_style=gnu-makefile make_install_target="install install-desktop" @@ -12,7 +12,7 @@ license="BSD-2-Clause" homepage="https://github.com/jarun/nnn" changelog="https://raw.githubusercontent.com/jarun/nnn/master/CHANGELOG" distfiles="https://github.com/jarun/nnn/archive/v${version}.tar.gz" -checksum=0a744e67a0ce8b5e1e04961f542d2c33ddb6ceed46ba760dd35c4922b21f1146 +checksum=9e25465a856d3ba626d6163046669c0d4010d520f2fb848b0d611e1ec6af1b22 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then makedepends+=" musl-fts-devel"