diff options
author | Jan S <jan.schreib@gmail.com> | 2014-08-12 10:10:19 +0000 |
---|---|---|
committer | Jan S <jan.schreib@gmail.com> | 2014-08-12 10:10:19 +0000 |
commit | 7da27fedd6fde2d93768a0c4f9eacd0f1cf55dfc (patch) | |
tree | 984e84a39431afd30724736108e122782255d405 | |
parent | 9c01326a050dd41d07b1fe942c669f1600573440 (diff) | |
download | void-packages-7da27fedd6fde2d93768a0c4f9eacd0f1cf55dfc.tar void-packages-7da27fedd6fde2d93768a0c4f9eacd0f1cf55dfc.tar.gz void-packages-7da27fedd6fde2d93768a0c4f9eacd0f1cf55dfc.tar.bz2 void-packages-7da27fedd6fde2d93768a0c4f9eacd0f1cf55dfc.tar.lz void-packages-7da27fedd6fde2d93768a0c4f9eacd0f1cf55dfc.tar.xz void-packages-7da27fedd6fde2d93768a0c4f9eacd0f1cf55dfc.tar.zst void-packages-7da27fedd6fde2d93768a0c4f9eacd0f1cf55dfc.zip |
task: update to 2.3.0.
-rw-r--r-- | srcpkgs/task/template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/srcpkgs/task/template b/srcpkgs/task/template index 67ea0d29fba..3f63c757d82 100644 --- a/srcpkgs/task/template +++ b/srcpkgs/task/template @@ -1,6 +1,6 @@ # Template file for 'task' pkgname=task -version=2.2.0 +version=2.3.0 revision=1 hostmakedepends="cmake" makedepends="libuuid-devel" @@ -9,5 +9,5 @@ maintainer="Philipp Hirsch <itself@hanspolo.net>" license="MIT" homepage="http://taskwarrior.org/projects/taskwarrior" distfiles="http://www.taskwarrior.org/download/${pkgname}-${version}.tar.gz" -checksum=39e25dd285e6bc8474337a5868cb2ec55675978fa1f08c802e6da58b4181ee14 +checksum=2b9a289109e691e305b84631622299853134cf195d4c9af962759b640176ac73 short_desc="a command-line todo list manager" |