diff options
Diffstat (limited to 'office/timetrap')
-rw-r--r-- | office/timetrap/README | 8 | ||||
-rw-r--r-- | office/timetrap/timetrap.SlackBuild | 2 | ||||
-rw-r--r-- | office/timetrap/timetrap.info | 6 |
3 files changed, 7 insertions, 9 deletions
diff --git a/office/timetrap/README b/office/timetrap/README index 23289e97f5..40d25c48a8 100644 --- a/office/timetrap/README +++ b/office/timetrap/README @@ -1,6 +1,4 @@ Timetrap is a simple command line time tracker written in ruby. -It provides an easy to use command line interface for tracking -what you spend your time on. - - - +It provides an easy to use command line interface for tracking what you +spend your time on. Timetrap is a very useful to keep overview of time +used on your work and home tasks and activities. diff --git a/office/timetrap/timetrap.SlackBuild b/office/timetrap/timetrap.SlackBuild index da93064f05..6472344d5d 100644 --- a/office/timetrap/timetrap.SlackBuild +++ b/office/timetrap/timetrap.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=timetrap -VERSION=${VERSION:-1.14.1} +VERSION=${VERSION:-1.14.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/office/timetrap/timetrap.info b/office/timetrap/timetrap.info index bc380aab4a..014810ab2f 100644 --- a/office/timetrap/timetrap.info +++ b/office/timetrap/timetrap.info @@ -1,8 +1,8 @@ PRGNAM="timetrap" -VERSION="1.14.1" +VERSION="1.14.2" HOMEPAGE="https://github.com/samg/timetrap" -DOWNLOAD="http://rubygems.org/downloads/timetrap-1.14.1.gem" -MD5SUM="c53c531c978f9089130877a00c9f46d1" +DOWNLOAD="http://rubygems.org/downloads/timetrap-1.14.2.gem" +MD5SUM="821c6d52980b9fad592a44559e82cb93" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="sequel sqlite3 chronic" |