system/dehydrated: Updated for version 0.4.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
706f1278c4
commit
02f6267325
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for dehydrated
|
||||
|
||||
# Copyright 2016 Johannes Schoepfer
|
||||
# Copyright 2016 - 2017 Johannes Schoepfer
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=dehydrated
|
||||
VERSION=${VERSION:-0.3.1}
|
||||
VERSION=${VERSION:-0.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
ARCH=noarch
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="dehydrated"
|
||||
VERSION="0.3.1"
|
||||
VERSION="0.4.0"
|
||||
HOMEPAGE="https://github.com/lukas2511/dehydrated"
|
||||
DOWNLOAD="https://github.com/lukas2511/dehydrated/archive/v0.3.1/dehydrated-0.3.1.tar.gz"
|
||||
MD5SUM="7a3b92b963da6469c4a53f051d6efa24"
|
||||
DOWNLOAD="https://github.com/lukas2511/dehydrated/archive/v0.4.0/dehydrated-0.4.0.tar.gz"
|
||||
MD5SUM="8114ba0144a158d5ad1bdf02e6f43195"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue