development/mono-debugger: Updated for version 2.8.

This commit is contained in:
Andre Barboza 2010-10-20 01:52:56 -05:00 committed by Erik Hanson
parent 9e6204c6a3
commit c54807a5b9
3 changed files with 5 additions and 5 deletions

View file

@ -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.

View file

@ -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}

View file

@ -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"