From f455dcf1eed06773a3c3607f2e869c34b99dc89f Mon Sep 17 00:00:00 2001 From: Karel Balej Date: Wed, 26 Feb 2025 09:31:16 +0100 Subject: [PATCH] dino: update to 0.4.5. --- srcpkgs/dino/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/dino/template b/srcpkgs/dino/template index 27a54da0d26..8b8b4a68ac8 100644 --- a/srcpkgs/dino/template +++ b/srcpkgs/dino/template @@ -1,6 +1,6 @@ # Template file for 'dino' pkgname=dino -version=0.4.4 +version=0.4.5 revision=1 build_style=cmake configure_args="-DDINO_PLUGIN_ENABLED_notification-sound=ON -DUSE_SOUP3=ON" @@ -14,7 +14,7 @@ maintainer="Leah Neukirchen " license="GPL-3.0-or-later" homepage="https://github.com/dino/dino" distfiles="https://github.com/dino/dino/archive/v${version}.tar.gz" -checksum=29f37dc3a54fb123f223964d01de76fcea038ca6d134aa35b75c62b07acb9d03 +checksum=80761b625c4cb4cf6ed1a368dbd24a9df06b47a1c6379495aca4ed7e033d08be if [ "${XBPS_CHECK_PKGS}" ]; then configure_args+=" -DBUILD_TESTS=ON"