Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

timewarrior: update to 1.4.3. #31310

Merged
merged 1 commit into from Jun 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions srcpkgs/timewarrior/template
@@ -1,15 +1,16 @@
# Template file for 'timewarrior'
pkgname=timewarrior
version=1.4.2
version=1.4.3
revision=1
wrksrc="timew-${version}"
build_style=cmake
checkdepends="python3"
short_desc="Track time from the command line"
maintainer="Toyam Cox <Vaelatern@gmail.com>"
license="MIT"
homepage="https://timewarrior.net"
distfiles="https://github.com/GothenburgBitFactory/timewarrior/releases/download/v${version}/timew-${version}.tar.gz"
checksum=c3d3992aa8d2cc3cd86e59d00060fb4a3e16c15babce78451cc9d39a7f5bb2e1
checksum=c4df7e306c9a267c432522c37958530b8fd6e5a410c058f575e25af4d8c7ca53
python_version=3

post_install() {
Expand Down