diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/hungrycat/hungrycat.SlackBuild | 5 | ||||
-rw-r--r-- | system/hungrycat/hungrycat.info | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/system/hungrycat/hungrycat.SlackBuild b/system/hungrycat/hungrycat.SlackBuild index 1083fc3fcdb9c..bf609de400891 100644 --- a/system/hungrycat/hungrycat.SlackBuild +++ b/system/hungrycat/hungrycat.SlackBuild @@ -6,8 +6,11 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20170827 bkw: update for v0.4, drop docutils dep now that upstream +# ships a prebuilt man page. + PRGNAM=hungrycat -VERSION=${VERSION:-0.3.3} +VERSION=${VERSION:-0.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/hungrycat/hungrycat.info b/system/hungrycat/hungrycat.info index 4fbcaecbd5970..b9d958129927f 100644 --- a/system/hungrycat/hungrycat.info +++ b/system/hungrycat/hungrycat.info @@ -1,10 +1,10 @@ PRGNAM="hungrycat" -VERSION="0.3.3" +VERSION="0.4" HOMEPAGE="http://jwilk.net/software/hungrycat" -DOWNLOAD="https://github.com/jwilk/hungrycat/releases/download/0.3.3/hungrycat-0.3.3.tar.gz" -MD5SUM="e24d5905729569af4e7c94f4ce566370" +DOWNLOAD="https://github.com/jwilk/hungrycat/releases/download/0.4/hungrycat-0.4.tar.gz" +MD5SUM="67e510f5eb642e9024b0461ad808f081" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="docutils" +REQUIRES="" MAINTAINER="B. Watson" EMAIL="yalhcru@gmail.com" |