task: updated to version 3.1.0

This commit is contained in:
Juergen Daubert 2024-08-06 10:59:44 +02:00
parent 77aa56b44d
commit f92213edb7
3 changed files with 7 additions and 6 deletions

View File

@ -11,6 +11,7 @@ drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/taskrc.5.gz
drwxr-xr-x root/root usr/share/task/
drwxr-xr-x root/root usr/share/task/rc/
-rw-r--r-- root/root usr/share/task/rc/bubblegum-256.theme
-rw-r--r-- root/root usr/share/task/rc/dark-16.theme
-rw-r--r-- root/root usr/share/task/rc/dark-256.theme
-rw-r--r-- root/root usr/share/task/rc/dark-blue-256.theme

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/bC+buDivqX+fZMeFJQN5eGU8TdxM+jdBmEcuqWluHcF2WdcYPPT3l405xlJY5sghewA7NYsfWwrpyyTUGDSxA8=
SHA256 (Pkgfile) = 95c9949d85e336762336fc38ef053cb6393341e603feb11f9b0aa30b5485c5a9
SHA256 (.footprint) = 6e5ceb153278f5ebff752e832cc6627fbbc564622bc3d917cef89d973aa30cd7
SHA256 (task-3.0.2.tar.gz) = 633b76637b0c74e4845ffa28249f01a16ed2c84000ece58d4358e72bf88d5f10
RWSE3ohX2g5d/b87JMRjfHGJ2g6+WAFi9MIp6ieN5e8oy3lPo2xZB47g0lXR02jOB/Jqrptcr2w8HAfCASV6HpZz75QDeUwkOgU=
SHA256 (Pkgfile) = b4cc7af759f51ed866519c705e964a9bdb01b05618d3d4862a6fa08978df0535
SHA256 (.footprint) = ee7706f0da46437c241ac297b1e3200a85faca0b74e267f8ca361ad1c73a2637
SHA256 (task-3.1.0.tar.gz) = 1ae67c74b84067573a53095cf3cb6718245dd7dd808f19f9b3d85da445838b4f

View File

@ -4,13 +4,13 @@
# Depends on: rust util-linux
name=task
version=3.0.2
version=3.1.0
release=1
source=(https://github.com/GothenburgBitFactory/taskwarrior/releases/download/v$version/$name-$version.tar.gz)
build() {
sed '/integration-tests/d' -i $name-$version/Cargo.toml
#sed '/integration-tests/d' -i $name-$version/Cargo.toml
cmake -S $name-$version -B build \
-D CMAKE_BUILD_TYPE=release \