From 097c4daca640751ad75ad55ed6eee6c5693cf730 Mon Sep 17 00:00:00 2001 From: Ian Kenney Date: Sat, 5 Jul 2025 09:30:12 -0400 Subject: [PATCH] timewarrior: update to 1.8.0 --- srcpkgs/timewarrior/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/timewarrior/template b/srcpkgs/timewarrior/template index abeffd21f98..3ab994ddf9a 100644 --- a/srcpkgs/timewarrior/template +++ b/srcpkgs/timewarrior/template @@ -1,6 +1,6 @@ # Template file for 'timewarrior' pkgname=timewarrior -version=1.7.1 +version=1.8.0 revision=1 build_style=cmake hostmakedepends="ruby-asciidoctor" @@ -11,12 +11,13 @@ license="MIT" homepage="https://timewarrior.net" changelog="https://raw.githubusercontent.com/GothenburgBitFactory/timewarrior/develop/ChangeLog" distfiles="https://github.com/GothenburgBitFactory/timewarrior/releases/download/v${version}/timew-${version}.tar.gz" -checksum=5e0817fbf092beff12598537c894ec1f34b0a21019f5a3001fe4e6d15c11bd94 +checksum=1ea54302dcefa4aa658f89b6b825f0e8b49c04f15cf153a2e7d8bce5525920b4 python_version=3 post_install() { vlicense LICENSE + vcompletion completion/timew.zsh zsh timew vcompletion completion/timew-completion.bash bash timew vcompletion completion/timew.fish fish timew }