From e43591593ab7eda88365fb3d4b075a386084b4ca Mon Sep 17 00:00:00 2001 From: Saksham Verma Date: Mon, 20 May 2024 12:24:28 +0530 Subject: [PATCH] timeshift: update to 24.01.1 --- srcpkgs/timeshift/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/timeshift/template b/srcpkgs/timeshift/template index 05a171c266e9f6..37a8b04d9e90c8 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.01.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=a4be6ce9e3fadd1cb99284414ecbf2584f90ce9f5e15534fd5a5015bd6c05d9e if [ "$CROSS_BUILD" ]; then hostmakedepends=${hostmakedepends%help2man}