diff options
author | B. Watson <yalhcru@gmail.com> | 2017-08-27 13:18:49 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-09-02 10:24:38 +0100 |
commit | 86e7ec84264d68d1a55143d033b10b73dad01474 (patch) | |
tree | aad18f09caf69a5c77587374b3b8881177120cf3 /system/hungrycat | |
parent | 5b99ae3d82d21cd863edb1f39fcf98b2406b53e9 (diff) | |
download | slackbuilds-86e7ec84264d68d1a55143d033b10b73dad01474.tar.gz |
system/hungrycat: Updated for version 0.4.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/hungrycat')
-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 1083fc3fcd..bf609de400 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 4fbcaecbd5..b9d9581299 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" |