development/mono-addins: Updated for version 1.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andre Barboza 2015-06-03 15:20:06 +07:00 committed by Willy Sudiarto Raharjo
parent 64f1962e80
commit ee08710925
2 changed files with 4 additions and 5 deletions

View File

@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mono-addins
VERSION=${VERSION:-20131127}
VERSION=${VERSION:-1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -68,7 +68,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
./autogen.sh
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \

View File

@ -1,8 +1,8 @@
PRGNAM="mono-addins"
VERSION="20131127"
VERSION="1.1"
HOMEPAGE="http://monoaddins.codeplex.com"
DOWNLOAD="http://sourceforge.net/projects/slackbuildsdirectlinks/files/mono-addins/mono-addins-20131127.tar.gz"
MD5SUM="d703ae3cd66170dec8127b802faef47e"
DOWNLOAD="http://download.mono-project.com/sources/mono-addins/mono-addins-1.1.tar.gz"
MD5SUM="6057c5f8d7abed09fb0229225ea8fd80"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gtk-sharp"