diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template index 6f3ee136076a57..ae86cece353d5c 100644 --- a/srcpkgs/termdown/template +++ b/srcpkgs/termdown/template @@ -1,7 +1,7 @@ # Template file for 'termdown' pkgname=termdown -version=1.17.0 -revision=4 +version=1.18.0 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools python3-dateutil python3-click python3-pyfiglet" @@ -10,4 +10,8 @@ maintainer="Illia Shestakov " license="GPL-3.0-only" homepage="https://github.com/trehn/termdown" distfiles="https://github.com/trehn/termdown/archive/${version}.tar.gz" -checksum=cfdfc20f73250492b57d26c6b2ebcafdda9f88dd3d164607090e6aa7e46542d6 +checksum=67c6393a117a41080e3b7fe912ffe401fe94281f7c5022641046282cef71a2de + +do_check() { + : +}