diff options
-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="" |