From 4485b8e0b3262f9d9f739af73dc917859a4b8eab Mon Sep 17 00:00:00 2001 From: Anjandev Momi Date: Mon, 7 Jun 2021 16:53:48 -0400 Subject: [PATCH] dino: update to 0.2.1. --- srcpkgs/dino/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/dino/template b/srcpkgs/dino/template index 0df26d2aaeb8..94c058ab7d70 100644 --- a/srcpkgs/dino/template +++ b/srcpkgs/dino/template @@ -1,6 +1,6 @@ # Template file for 'dino' pkgname=dino -version=0.2.0 +version=0.2.1 revision=1 build_style=cmake configure_args="-GNinja -DDINO_PLUGIN_ENABLED_notification-sound=ON" @@ -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=51d139d62e90ef30b25e19dbe48322e2a35af3de38fd8094a0c89188947567f2 +checksum=56ead6fc54f8c10e1116d639431fe509ac8a390b68c60ed897562a215a075f32 if [ "${XBPS_CHECK_PKGS}" ]; then configure_args+=" -DBUILD_TESTS=ON"