system/hungrycat: Updated for version 0.4.1.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
a5e4a0790c
commit
ed1cbff78c
|
@ -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}
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue