network/ddgr: Updated for version 1.9.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
19a175c57f
commit
27214851fa
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for ddgr
|
||||
|
||||
# Copyright 2017-2019 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2017-2022 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=ddgr
|
||||
VERSION=${VERSION:-1.6}
|
||||
VERSION=${VERSION:-1.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ddgr"
|
||||
VERSION="1.6"
|
||||
VERSION="1.9"
|
||||
HOMEPAGE="https://github.com/jarun/ddgr"
|
||||
DOWNLOAD="https://github.com/jarun/ddgr/archive/v1.6/ddgr-1.6.tar.gz"
|
||||
MD5SUM="6951ea48c661baa0742720287070aafa"
|
||||
DOWNLOAD="https://github.com/jarun/ddgr/archive/v1.9/ddgr-1.9.tar.gz"
|
||||
MD5SUM="c1f307709665e19db1cc65a04d1402f3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue