From 913f8433bc3858523cc38c2809afd1b7e1b216c1 Mon Sep 17 00:00:00 2001 From: Luciogi Date: Thu, 23 Nov 2023 21:35:23 +0500 Subject: [PATCH] configshell-fb: update to 1.1.30, disable tests --- srcpkgs/configshell-fb/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/configshell-fb/template b/srcpkgs/configshell-fb/template index f198b1c1ceb1a9..9f95912e677f62 100644 --- a/srcpkgs/configshell-fb/template +++ b/srcpkgs/configshell-fb/template @@ -1,7 +1,7 @@ # Template file for 'configshell-fb' pkgname=configshell-fb -version=1.1.29 -revision=4 +version=1.1.30 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-six python3-urwid python3-parsing" @@ -11,4 +11,5 @@ maintainer="Toyam Cox " license="Apache-2.0" homepage="https://github.com/open-iscsi/configshell-fb" distfiles="https://github.com/open-iscsi/configshell-fb/archive/v${version}.tar.gz" -checksum=24b47284b463dcfb9ee0c1558827e13442127e62fa279b6e0253f136cf49058c +checksum=44696b92bea2b44c1d0bf2828477dddeb3b4dfb312ad82ce06d7b704c0985e27 +make_check=no # no tests to run