From 5a52565e713e7fd1cd1e1d7021f2dcff0d356c13 Mon Sep 17 00:00:00 2001 From: Anthony Thompson Date: Sat, 1 Oct 2022 19:49:28 +1000 Subject: [PATCH 1/2] tidy5-5.8.0: update checksum --- srcpkgs/tidy5/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/tidy5/template b/srcpkgs/tidy5/template index d6a894937399..ef4cb00e6f9d 100644 --- a/srcpkgs/tidy5/template +++ b/srcpkgs/tidy5/template @@ -6,13 +6,13 @@ wrksrc="tidy-html5-${version}" build_style=cmake configure_args="-DTIDY_CONSOLE_SHARED=ON" cmake_builddir=build/cmake -hostmakedepends="libxslt" +hostmakedepends="libxslt grep" short_desc="Tool to tidy down your HTML/HTML5 code to a clean style" maintainer="Leah Neukirchen " license="W3C" homepage="http://www.htacg.org/tidy-html5/" distfiles="https://github.com/htacg/tidy-html5/archive/${version}.tar.gz" -checksum=2fc78c4369cde9a80f4ae3961880bd003ac31e8b160f6b9422645bab3be5a6cf +checksum=59c86d5b2e452f63c5cdb29c866a12a4c55b1741d7025cf2f3ce0cde99b0660e provides="tidy-${version}_${revision}" replaces="tidy>0" From 27209418d5e01287ba542bf9b72ffc85fffd1246 Mon Sep 17 00:00:00 2001 From: Anthony Thompson Date: Sun, 2 Oct 2022 08:07:58 +1100 Subject: [PATCH 2/2] tidy5: update checksum --- srcpkgs/tidy5/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tidy5/template b/srcpkgs/tidy5/template index ef4cb00e6f9d..6fd09bc344ec 100644 --- a/srcpkgs/tidy5/template +++ b/srcpkgs/tidy5/template @@ -6,7 +6,7 @@ wrksrc="tidy-html5-${version}" build_style=cmake configure_args="-DTIDY_CONSOLE_SHARED=ON" cmake_builddir=build/cmake -hostmakedepends="libxslt grep" +hostmakedepends="libxslt" short_desc="Tool to tidy down your HTML/HTML5 code to a clean style" maintainer="Leah Neukirchen " license="W3C"