mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
network/openresolv: Update to 3.9.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2ee43d7471
commit
3833715927
2 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for openresolv
|
||||
|
||||
# Copyright 2012-2013 synbq Bucharest
|
||||
# Copyright 2017 Jeremy Hansen <jebrhansen+SBo -at- gmail.com>
|
||||
# Copyright 2017-2019 Jeremy Hansen <jebrhansen+SBo -at- gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,8 +24,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=openresolv
|
||||
VERSION=${VERSION:-3.9.0}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-3.9.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="openresolv"
|
||||
VERSION="3.9.0"
|
||||
VERSION="3.9.2"
|
||||
HOMEPAGE="https://roy.marples.name/projects/openresolv"
|
||||
DOWNLOAD="https://roy.marples.name/downloads/openresolv/openresolv-3.9.0.tar.xz"
|
||||
MD5SUM="177ad48b768d4d1bf37510f1af99dffe"
|
||||
DOWNLOAD="https://roy.marples.name/downloads/openresolv/openresolv-3.9.2.tar.xz"
|
||||
MD5SUM="f61cee805a145bf2809362013249f29d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue