Skip to content

Commit b9cf088

Browse files
committed
task: update to 3.4.2
1 parent fe9c71d commit b9cf088

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

srcpkgs/task/template

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Template file for 'task'
22
pkgname=task
3-
version=3.4.1
4-
revision=2
3+
version=3.4.2
4+
revision=1
55
archs="x86_64* aarch64* i686*" # aws-lc
66
build_style=cmake
77
build_helper="rust qemu"
8-
hostmakedepends="rust cargo"
8+
hostmakedepends="rust cargo git"
99
makedepends="libuuid-devel gnutls-devel rust-std sqlite-devel"
1010
short_desc="Task Warrior command-line todo list manager"
1111
maintainer="Orphaned <orphan@voidlinux.org>"
1212
license="MIT"
1313
homepage="https://taskwarrior.org"
1414
distfiles="https://github.com/GothenburgBitFactory/taskwarrior/releases/download/v${version}/task-${version}.tar.gz"
15-
checksum=23eb60f73e42f16111cc3912b44ee12be6768860a2db2a9c6a47f8ac4786bac3
15+
checksum=d302761fcd1268e4a5a545613a2b68c61abd50c0bcaade3b3e68d728dd02e716
1616

1717
post_extract() {
1818
if [ "$CROSS_BUILD" ]; then

0 commit comments

Comments
 (0)