mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/mono-debugger: Updated for version 2.8.
This commit is contained in:
parent
9e6204c6a3
commit
c54807a5b9
3 changed files with 5 additions and 5 deletions
|
@ -2,4 +2,4 @@ Mono-specific debuggers: hard debugger and soft debugger.
|
|||
|
||||
Homepage: http://www.mono-project.com/Debugger
|
||||
|
||||
This requires mono.
|
||||
This requires Mono.
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mono-debugger
|
||||
VERSION=${VERSION:-2.6.3}
|
||||
VERSION=${VERSION:-2.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mono-debugger"
|
||||
VERSION="2.6.3"
|
||||
VERSION="2.8"
|
||||
HOMEPAGE="http://www.mono-project.com/Debugger"
|
||||
DOWNLOAD="http://ftp.novell.com/pub/mono/sources/mono-debugger/mono-debugger-2.6.3.tar.bz2"
|
||||
MD5SUM="8d36d7913d3e3670d8975617221019d5"
|
||||
DOWNLOAD="http://ftp.novell.com/pub/mono/sources/mono-debugger/mono-debugger-2.8.tar.bz2"
|
||||
MD5SUM="31ed108a385f12be47d173d9485cb059"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Andre Barboza"
|
||||
|
|
Loading…
Reference in a new issue