development/gtk-sharp: Updated for version 2.12.6

This commit is contained in:
Erik Hanson 2010-05-12 17:38:28 +02:00 committed by David Somero
parent 040aed501b
commit 9e38b5df6f
2 changed files with 7 additions and 8 deletions

View file

@ -1,15 +1,14 @@
#!/bin/sh
#!/bin/sh -eu
# Slackware build script for gtk-sharp
# Written by Erik Hanson erik@slackbuilds.org
set -eu
PRGNAM=gtk-sharp
VERSION=2.12.0
VERSION=2.12.6
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM

View file

@ -1,8 +1,8 @@
PRGNAM="gtk-sharp"
VERSION="2.12.0"
VERSION="2.12.6"
HOMEPAGE="http://www.mono-project.com/GtkSharp"
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/gtk-sharp/2.12/gtk-sharp-2.12.0.tar.bz2"
MD5SUM="e04d634c55460b79c69d19c49648c6df"
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/gtk-sharp/2.12/gtk-sharp-2.12.6.tar.bz2"
MD5SUM="3c515cbe0aee70e988f02457c621f693"
MAINTAINER="Erik Hanson"
EMAIL="erik@slackbuilds.org"
APPROVED="Michiel"
APPROVED="dsomero"