From c8b5e95328d3dff873a0109b801c360529e1e21b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 27 Jul 2024 16:54:35 +0200 Subject: [PATCH] scite: update to 5.5.1. --- srcpkgs/scite/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/scite/template b/srcpkgs/scite/template index 1b096880575..6aed499c9b6 100644 --- a/srcpkgs/scite/template +++ b/srcpkgs/scite/template @@ -1,6 +1,6 @@ # Template file for 'scite' pkgname=scite -version=5.5.0 +version=5.5.1 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=f7726a57be521f71c81b4fcc6d171fbf4a62e08c1c1840f5a74e014f3607ee11 +checksum=e5e18298c870a79a24e254bda05bd51182b7bbaa4fd4436423141040743455b3 post_extract() { sed -i '1i#include ' scite/src/StringList.h