From c4544cf079ab364008613f595a73c08a1c82cdee Mon Sep 17 00:00:00 2001 From: mobinmob Date: Thu, 28 Dec 2023 19:05:16 +0200 Subject: [PATCH] goodvibes: update to 0.7.9. --- srcpkgs/goodvibes/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/goodvibes/template b/srcpkgs/goodvibes/template index a4dc8f53c9c..2a0d99be953 100644 --- a/srcpkgs/goodvibes/template +++ b/srcpkgs/goodvibes/template @@ -1,6 +1,6 @@ # Template file for 'goodvibes' pkgname=goodvibes -version=0.7.7 +version=0.7.9 revision=1 build_style=meson hostmakedepends="appstream-glib desktop-file-utils pkg-config gettext" @@ -13,7 +13,7 @@ license="GPL-3.0-only" homepage="https://gitlab.com/goodvibes/goodvibes" changelog="https://gitlab.com/goodvibes/goodvibes/-/raw/master/NEWS" distfiles="https://gitlab.com/goodvibes/goodvibes/-/archive/v${version}/${pkgname}-v${version}.tar.gz" -checksum=77655c7197857b6a41a0cea97442340fcfa83c6dfb2f98c5f16f384b973ac61a +checksum=044cb4b305130ba3f1c7985f5be0454e4d01b3c4068e290f469450556b42a803 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" glib-devel"