development/bashdb: Updated for version 4.4_0.92.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>.
This commit is contained in:
parent
cf3a182276
commit
155a9093b6
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for bashdb
|
||||
#
|
||||
# Copyright 2009-2015 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# Copyright 2009-2017 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,7 +27,7 @@
|
|||
# readarray speeds up initial loading of large scripts.
|
||||
|
||||
PRGNAM=bashdb
|
||||
VERSION=${VERSION:-4.3_0.91}
|
||||
VERSION=${VERSION:-4.4_0.92}
|
||||
ARCH=noarch
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="bashdb"
|
||||
VERSION="4.3_0.91"
|
||||
VERSION="4.4_0.92"
|
||||
HOMEPAGE="http://bashdb.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/bashdb/bashdb-4.3-0.91.tar.bz2"
|
||||
MD5SUM="71d6be52b7e29599f8bef3380f9050d7"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/bashdb/bashdb-4.4-0.92.tar.bz2"
|
||||
MD5SUM="b5e7ac9daf6f9d21f9928f45bf46ded9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue