diff options
author | Juergen Daubert <jue@jue.li> | 2012-07-24 17:53:55 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2012-07-24 17:53:55 +0200 |
commit | da6430f400c187996bf626abae43d514e81b67ed (patch) | |
tree | 882ee957462a094c61d07ec1cf5b012c5585c1c6 /task | |
parent | 533b329cd9515c39e2bd6e57c9aed25a26277b50 (diff) | |
download | opt-da6430f400c187996bf626abae43d514e81b67ed.tar.gz opt-da6430f400c187996bf626abae43d514e81b67ed.tar.xz |
task: upate to 2.1.0
Diffstat (limited to 'task')
-rw-r--r-- | task/.footprint | 26 | ||||
-rw-r--r-- | task/.md5sum | 2 | ||||
-rw-r--r-- | task/Pkgfile | 2 |
3 files changed, 15 insertions, 15 deletions
diff --git a/task/.footprint b/task/.footprint index 8eb43705c..fce5059bd 100644 --- a/task/.footprint +++ b/task/.footprint @@ -44,20 +44,20 @@ drwxr-xr-x root/root usr/share/task/rc/ -rw-r--r-- root/root usr/share/task/rc/solarized-light-256.theme drwxr-xr-x root/root usr/share/task/scripts/ drwxr-xr-x root/root usr/share/task/scripts/add-ons/ --rw-r--r-- root/root usr/share/task/scripts/add-ons/export-csv.pl --rw-r--r-- root/root usr/share/task/scripts/add-ons/export-html.pl --rw-r--r-- root/root usr/share/task/scripts/add-ons/export-ical.pl --rw-r--r-- root/root usr/share/task/scripts/add-ons/export-sql.py --rw-r--r-- root/root usr/share/task/scripts/add-ons/export-xml.pl --rw-r--r-- root/root usr/share/task/scripts/add-ons/export-xml.py --rw-r--r-- root/root usr/share/task/scripts/add-ons/export-xml.rb --rw-r--r-- root/root usr/share/task/scripts/add-ons/export-yad.pl --rw-r--r-- root/root usr/share/task/scripts/add-ons/export-yaml.pl --rw-r--r-- root/root usr/share/task/scripts/add-ons/import-todo.sh.pl --rw-r--r-- root/root usr/share/task/scripts/add-ons/import-yaml.pl --rw-r--r-- root/root usr/share/task/scripts/add-ons/update-holidays.pl +-rwxr-xr-x root/root usr/share/task/scripts/add-ons/export-csv.pl +-rwxr-xr-x root/root usr/share/task/scripts/add-ons/export-html.pl +-rwxr-xr-x root/root usr/share/task/scripts/add-ons/export-ical.pl +-rwxr-xr-x root/root usr/share/task/scripts/add-ons/export-sql.py +-rwxr-xr-x root/root usr/share/task/scripts/add-ons/export-xml.pl +-rwxr-xr-x root/root usr/share/task/scripts/add-ons/export-xml.py +-rwxr-xr-x root/root usr/share/task/scripts/add-ons/export-xml.rb +-rwxr-xr-x root/root usr/share/task/scripts/add-ons/export-yad.pl +-rwxr-xr-x root/root usr/share/task/scripts/add-ons/export-yaml.pl +-rwxr-xr-x root/root usr/share/task/scripts/add-ons/import-todo.sh.pl +-rwxr-xr-x root/root usr/share/task/scripts/add-ons/import-yaml.pl +-rwxr-xr-x root/root usr/share/task/scripts/add-ons/update-holidays.pl drwxr-xr-x root/root usr/share/task/scripts/bash/ --rw-r--r-- root/root usr/share/task/scripts/bash/task_completion.sh +-rw-r--r-- root/root usr/share/task/scripts/bash/task.sh drwxr-xr-x root/root usr/share/task/scripts/extensions/ -rw-r--r-- root/root usr/share/task/scripts/extensions/command.lua -rw-r--r-- root/root usr/share/task/scripts/extensions/dom.lua diff --git a/task/.md5sum b/task/.md5sum index 3361a49be..27eff03ad 100644 --- a/task/.md5sum +++ b/task/.md5sum @@ -1 +1 @@ -b850b49f8b69bb4049c07d0914a0f7af task-2.0.0.tar.gz +9ebd71f9fd3c5dc0da2ce7b22de8d56a task-2.1.0.tar.gz diff --git a/task/Pkgfile b/task/Pkgfile index 03f42ff08..7626b8cb1 100644 --- a/task/Pkgfile +++ b/task/Pkgfile @@ -4,7 +4,7 @@ # Depends on: util-linux-ng cmake name=task -version=2.0.0 +version=2.1.0 release=1 source=(http://www.taskwarrior.org/download/$name-$version.tar.gz) |