Skip to content

Commit 76ef93f

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

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

srcpkgs/task/template

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
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+
configure_args="-DFETCHCONTENT_SOURCE_DIR_CORROSION=${XBPS_BUILDDIR}/${pkgname}-${version}/src/taskchampion-cpp/corrosion"
89
hostmakedepends="rust cargo"
910
makedepends="libuuid-devel gnutls-devel rust-std sqlite-devel"
1011
short_desc="Task Warrior command-line todo list manager"
1112
maintainer="Orphaned <orphan@voidlinux.org>"
1213
license="MIT"
1314
homepage="https://taskwarrior.org"
1415
distfiles="https://github.com/GothenburgBitFactory/taskwarrior/releases/download/v${version}/task-${version}.tar.gz"
15-
checksum=23eb60f73e42f16111cc3912b44ee12be6768860a2db2a9c6a47f8ac4786bac3
16+
checksum="d302761fcd1268e4a5a545613a2b68c61abd50c0bcaade3b3e68d728dd02e716"
1617

1718
post_extract() {
1819
if [ "$CROSS_BUILD" ]; then

0 commit comments

Comments
 (0)