From b2de3589c8e7b85dabb1eb1d8f327cb94950ade9 Mon Sep 17 00:00:00 2001 From: Piekay Date: Sun, 9 Jun 2024 01:49:17 +0200 Subject: [PATCH] timeshift: update to 24.06.1 --- srcpkgs/timeshift/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/timeshift/template b/srcpkgs/timeshift/template index 05a171c266e9f6..510cf519cb2b2a 100644 --- a/srcpkgs/timeshift/template +++ b/srcpkgs/timeshift/template @@ -1,6 +1,6 @@ # Template file for 'timeshift' pkgname=timeshift -version=23.06.2 +version=24.06.1 revision=1 build_style=meson hostmakedepends="gettext pkg-config vala help2man" @@ -13,7 +13,7 @@ license="GPL-3.0-only" homepage="https://github.com/linuxmint/timeshift" changelog="https://raw.githubusercontent.com/linuxmint/timeshift/master/debian/changelog" distfiles="https://github.com/linuxmint/timeshift/archive/${version}/timeshift-${version}.tar.gz" -checksum=a88c947a70e850fcac11e34484bd9074ec48302998f9d734f579387b5b88eeaf +checksum=585c28492388063de6a20eeb40001548daf042f4a7d0740be7d81d8bbdc00e84 if [ "$CROSS_BUILD" ]; then hostmakedepends=${hostmakedepends%help2man}