diff options
Diffstat (limited to 'system/hungrycat/hungrycat.SlackBuild')
-rw-r--r-- | system/hungrycat/hungrycat.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/hungrycat/hungrycat.SlackBuild b/system/hungrycat/hungrycat.SlackBuild index bf609de400891..85dd2590b5b6f 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} |