From 91e917b36f063f0e5fab65c7680b0b2f2991e58e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 6 Jan 2024 19:34:05 +0100 Subject: [PATCH] scite: update to 5.4.1. --- srcpkgs/scite/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/scite/template b/srcpkgs/scite/template index bd65d01c8c5..15a5f596a34 100644 --- a/srcpkgs/scite/template +++ b/srcpkgs/scite/template @@ -1,6 +1,6 @@ # Template file for 'scite' pkgname=scite -version=5.4.0 +version=5.4.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=333fb68a2bad5abe8e98e3b68f3cd8f726e6e6729bc4f35f28a5b31650d42e33 +checksum=bb56420118ac885c328ae689cc3626c237447856fd1903ce191904511878e529 post_extract() { sed -i '1i#include ' scite/src/StringList.h