network/bozohttpd: Updated for version 20190228.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
02867981bf
commit
049fdb710b
|
@ -24,6 +24,8 @@
|
|||
|
||||
# Now maintained by B. Watson <yalhcru@gmail.com>.
|
||||
|
||||
# 20191201 bkw: Update for v20190228.
|
||||
|
||||
# 20181203 bkw:
|
||||
# - Update for v20181125.
|
||||
# - Lua-5.1 (plain lua build) is no longer supported. Add a mess o' logic
|
||||
|
@ -44,7 +46,7 @@
|
|||
# - Simplify script a bit.
|
||||
|
||||
PRGNAM=bozohttpd
|
||||
VERSION=${VERSION:-20181125}
|
||||
VERSION=${VERSION:-20190228}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="bozohttpd"
|
||||
VERSION="20181125"
|
||||
VERSION="20190228"
|
||||
HOMEPAGE="http://www.eterna.com.au/bozohttpd/"
|
||||
DOWNLOAD="http://www.eterna.com.au/bozohttpd/bozohttpd-20181125.tar.bz2"
|
||||
MD5SUM="e9ee8f82ebcf9ef9b293c6af32672082"
|
||||
DOWNLOAD="http://www.eterna.com.au/bozohttpd/bozohttpd-20190228.tar.bz2"
|
||||
MD5SUM="2a6bc4bf44cfc8e31559c29ce993e0b3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue