From 7c0f9b5774acd4a2df194d5eccfe8bd82cf5210a Mon Sep 17 00:00:00 2001 From: mobinmob Date: Thu, 14 Jan 2021 19:16:53 +0200 Subject: [PATCH 1/2] dhcpcd-qt: update to 0.7.8. --- srcpkgs/dhcpcd-qt/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/dhcpcd-qt/template b/srcpkgs/dhcpcd-qt/template index 9e8ed14d4bd..37a487bf5f3 100644 --- a/srcpkgs/dhcpcd-qt/template +++ b/srcpkgs/dhcpcd-qt/template @@ -1,6 +1,6 @@ # Template file for 'dhcpcd-qt' pkgname=dhcpcd-qt -version=0.7.7 +version=0.7.8 revision=1 wrksrc="dhcpcd-ui-${version}" build_style=gnu-configure @@ -13,7 +13,7 @@ maintainer="Orphaned " license="BSD-2-Clause" homepage="http://roy.marples.name/projects/dhcpcd-ui" distfiles="http://roy.marples.name/downloads/dhcpcd/dhcpcd-ui-${version}.tar.xz" -checksum=81d448f82c9aa88ff85e4bc3cead5e4c7f3ea08e57c713dff9996fb5ba2c42b0 +checksum=4170a07b8bbba65b30f8da8a15a4d776cbf17d030b666516821d450f594a9d6c if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-devel qt5-host-tools" From 2ccb33a13ff55ae7a5af5b15dc01446c4d333e18 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Thu, 14 Jan 2021 19:16:58 +0200 Subject: [PATCH 2/2] dhcpcd-gtk: update to 0.7.8. --- srcpkgs/dhcpcd-gtk/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/dhcpcd-gtk/template b/srcpkgs/dhcpcd-gtk/template index 08cd8a90dbc..3ea822dc01f 100644 --- a/srcpkgs/dhcpcd-gtk/template +++ b/srcpkgs/dhcpcd-gtk/template @@ -1,7 +1,7 @@ # Template file for 'dhcpcd-gtk' pkgname=dhcpcd-gtk -version=0.7.7 -revision=2 +version=0.7.8 +revision=1 wrksrc=dhcpcd-ui-${version} build_style=gnu-configure configure_args="--with-gtk --with-icons --with-notification" @@ -13,7 +13,7 @@ maintainer="Orphaned " license="BSD-2-Clause" homepage="http://roy.marples.name/projects/dhcpcd-ui" distfiles="http://roy.marples.name/downloads/dhcpcd/dhcpcd-ui-$version.tar.xz" -checksum=81d448f82c9aa88ff85e4bc3cead5e4c7f3ea08e57c713dff9996fb5ba2c42b0 +checksum=4170a07b8bbba65b30f8da8a15a4d776cbf17d030b666516821d450f594a9d6c if [ "${XBPS_TARGET_LIBC}" = musl ]; then makedepends+=" musl-legacy-compat"