From ed70137d75cbdcd09cf0407480bbdb90a4b58dd2 Mon Sep 17 00:00:00 2001 From: Piraty Date: Wed, 1 Jul 2026 15:00:34 +0200 Subject: [PATCH] capstone: update to 5.0.9. --- srcpkgs/capstone/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/capstone/template b/srcpkgs/capstone/template index 6c260027649..bfb7a073e87 100644 --- a/srcpkgs/capstone/template +++ b/srcpkgs/capstone/template @@ -1,7 +1,7 @@ # Template file for 'capstone' pkgname=capstone -version=5.0.6 -revision=2 +version=5.0.9 +revision=1 build_style=gnu-makefile make_use_env=yes hostmakedepends="python3-setuptools python3-packaging-bootstrap" @@ -11,7 +11,7 @@ license="BSD-2-Clause" homepage="https://www.capstone-engine.org/" changelog="https://raw.githubusercontent.com/capstone-engine/capstone/next/ChangeLog" distfiles="https://github.com/aquynh/capstone/archive/${version}.tar.gz" -checksum=240ebc834c51aae41ca9215d3190cc372fd132b9c5c8aa2d5f19ca0c325e28f9 +checksum=0619da31af08152600af95c481527ef6d756c0a8404fca7544a4fdf6dfc2c0f9 post_install() { make -C bindings/python PREFIX=/usr DESTDIR=${DESTDIR} install3