summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Andre Barboza <bmg.andre@gmail.com>2014-07-08 07:25:53 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-07-08 07:25:53 +0700
commit76dcf9d52bed045cd307d3f597ac8405cd198444 (patch)
tree6bbe43862a60ff6ff751b5eca509ce5f86bd0615 /development
parentd76195a4b71f62b66e9155b870a9d48e7fa8cc10 (diff)
downloadslackbuilds-76dcf9d52bed045cd307d3f597ac8405cd198444.tar.gz
slackbuilds-76dcf9d52bed045cd307d3f597ac8405cd198444.tar.xz
development/monodevelop-debugger-gdb: Updated for version 5.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/monodevelop-debugger-gdb/monodevelop-debugger-gdb.SlackBuild6
-rw-r--r--development/monodevelop-debugger-gdb/monodevelop-debugger-gdb.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/development/monodevelop-debugger-gdb/monodevelop-debugger-gdb.SlackBuild b/development/monodevelop-debugger-gdb/monodevelop-debugger-gdb.SlackBuild
index 0e5868b5c6..159692052e 100644
--- a/development/monodevelop-debugger-gdb/monodevelop-debugger-gdb.SlackBuild
+++ b/development/monodevelop-debugger-gdb/monodevelop-debugger-gdb.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for MonoDevelop GDB Debugger Support
-# Written by André Barboza <bmg.andre@gmail.com>
+# Written by Andre Barboza <bmg.andre@gmail.com>
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
@@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=monodevelop-debugger-gdb
-VERSION=${VERSION:-4.2.2}
+VERSION=${VERSION:-5.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -49,7 +49,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION-2.tar.bz2
+tar xvf $CWD/$PRGNAM-$VERSION-0.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/development/monodevelop-debugger-gdb/monodevelop-debugger-gdb.info b/development/monodevelop-debugger-gdb/monodevelop-debugger-gdb.info
index 4ab8b194a4..3af97955f3 100644
--- a/development/monodevelop-debugger-gdb/monodevelop-debugger-gdb.info
+++ b/development/monodevelop-debugger-gdb/monodevelop-debugger-gdb.info
@@ -1,8 +1,8 @@
PRGNAM="monodevelop-debugger-gdb"
-VERSION="4.2.2"
+VERSION="5.0.1"
HOMEPAGE="http://monodevelop.com/"
-DOWNLOAD="http://download.mono-project.com/sources/monodevelop-debugger-gdb/monodevelop-debugger-gdb-4.2.2-2.tar.bz2"
-MD5SUM="c18d13045a9dadf3239bc00a76d5ad8c"
+DOWNLOAD="http://download.mono-project.com/sources/monodevelop-debugger-gdb/monodevelop-debugger-gdb-5.0.1-0.tar.bz2"
+MD5SUM="4292cb70a2a4cab1181d8fba922b8c77"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="monodevelop"