libraries/libnice: Updated for version 0.1.0.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
David Woodfall 2011-06-23 21:10:51 -04:00 committed by Niels Horn
parent 2c51c0aefe
commit 01497821a5
4 changed files with 14 additions and 17 deletions

View file

@ -2,11 +2,9 @@
# Slackware build script for libnice
# Copyright 2009 David Woodfall <dave@unrealize.co.uk>
# Copyright 2009 David Woodfall <dave@dawoodfall.net>
# All rights reserved.
#
# aka dive in #slackware on freenode.net
#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
#
@ -22,11 +20,10 @@
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. FURTHERMORE I AM NOT LIABLE IF
# YOUR DATA IS DESTROYED, YOUR HOUSE BURNS DOWN OR YOUR DOG RUNS OFF.
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libnice
VERSION=${VERSION:-0.0.13}
VERSION=${VERSION:-0.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="libnice"
VERSION="0.0.13"
VERSION="0.1.0"
HOMEPAGE="http://nice.freedesktop.org"
DOWNLOAD="http://nice.freedesktop.org/releases/libnice-0.0.13.tar.gz"
MD5SUM="e5b9f799a57cb939ea2658ec35253ab9"
DOWNLOAD="http://nice.freedesktop.org/releases/libnice-0.1.0.tar.gz"
MD5SUM="c077e2aa74c9afb4b4e157efc8a6ad9d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="David Woodfall"