diff options
author | B. Watson <yalhcru@gmail.com> | 2017-12-25 00:09:40 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-06 06:55:37 +0700 |
commit | ed1cbff78c747520ee9010fc4dd9994cdc625cea (patch) | |
tree | 317634b72007ca86a8d1703ab710a416e7916b11 /system/hungrycat | |
parent | a5e4a0790c63080f93ecbd89747007214ef115c9 (diff) |
system/hungrycat: Updated for version 0.4.1.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/hungrycat')
-rw-r--r-- | system/hungrycat/hungrycat.SlackBuild | 3 | ||||
-rw-r--r-- | system/hungrycat/hungrycat.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/system/hungrycat/hungrycat.SlackBuild b/system/hungrycat/hungrycat.SlackBuild index bf609de40089..85dd2590b5b6 100644 --- a/system/hungrycat/hungrycat.SlackBuild +++ b/system/hungrycat/hungrycat.SlackBuild @@ -6,11 +6,12 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20171225 bkw: update for v0.4.1. # 20170827 bkw: update for v0.4, drop docutils dep now that upstream # ships a prebuilt man page. PRGNAM=hungrycat -VERSION=${VERSION:-0.4} +VERSION=${VERSION:-0.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/hungrycat/hungrycat.info b/system/hungrycat/hungrycat.info index b9d958129927..399ea385d5a9 100644 --- a/system/hungrycat/hungrycat.info +++ b/system/hungrycat/hungrycat.info @@ -1,8 +1,8 @@ PRGNAM="hungrycat" -VERSION="0.4" +VERSION="0.4.1" HOMEPAGE="http://jwilk.net/software/hungrycat" -DOWNLOAD="https://github.com/jwilk/hungrycat/releases/download/0.4/hungrycat-0.4.tar.gz" -MD5SUM="67e510f5eb642e9024b0461ad808f081" +DOWNLOAD="https://github.com/jwilk/hungrycat/releases/download/0.4.1/hungrycat-0.4.1.tar.gz" +MD5SUM="20c7ce9fc38a1734cc713025479fc61d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |