From d60a761a5d525d48ec6f6ace0c560ecb7a8bc99f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 26 Aug 2024 21:32:44 +0200 Subject: [PATCH] scite: update to 5.5.2. --- srcpkgs/scite/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/scite/template b/srcpkgs/scite/template index 6aed499c9b6..ba820209f0d 100644 --- a/srcpkgs/scite/template +++ b/srcpkgs/scite/template @@ -1,6 +1,6 @@ # Template file for 'scite' pkgname=scite -version=5.5.1 +version=5.5.2 revision=1 create_wrksrc=yes hostmakedepends="pkg-config" @@ -10,7 +10,7 @@ maintainer="Leah Neukirchen " license="MIT" homepage="https://www.scintilla.org/SciTEDownload.html" distfiles="https://www.scintilla.org/scite${version//./}.tgz" -checksum=e5e18298c870a79a24e254bda05bd51182b7bbaa4fd4436423141040743455b3 +checksum=41f9eedc06e689d73cafa11cca4b696815163577344793ee01e3e5aa59e10674 post_extract() { sed -i '1i#include ' scite/src/StringList.h