From 20c9d35eb902651becd1266f2d2fe074b97faada Mon Sep 17 00:00:00 2001 From: UsernameRandomlyGenerated Date: Mon, 3 Jan 2022 10:22:31 +0100 Subject: [PATCH] dino: update to 0.2.2. --- srcpkgs/dino/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/dino/template b/srcpkgs/dino/template index fda6cc8c94eb..3de80d3e799d 100644 --- a/srcpkgs/dino/template +++ b/srcpkgs/dino/template @@ -1,7 +1,7 @@ # Template file for 'dino' pkgname=dino -version=0.2.1 -revision=2 +version=0.2.2 +revision=1 build_style=cmake configure_args="-GNinja -DDINO_PLUGIN_ENABLED_notification-sound=ON" make_cmd=ninja @@ -14,7 +14,7 @@ maintainer="Anjandev Momi " license="GPL-3.0-or-later" homepage="https://github.com/dino/dino" distfiles="https://github.com/dino/dino/archive/v${version}.tar.gz" -checksum=56ead6fc54f8c10e1116d639431fe509ac8a390b68c60ed897562a215a075f32 +checksum=adb08b54971bf5b32875e058f1b1a4a3de96dd3431feb0399c1f21f834254bde if [ "${XBPS_CHECK_PKGS}" ]; then configure_args+=" -DBUILD_TESTS=ON"