mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/libsoup: Updated for version 2.30.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
650421c0a9
commit
74fe58d3dc
2 changed files with 5 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for libsoup
|
||||
#
|
||||
# Copyright 2009 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,16 +23,14 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libsoup
|
||||
VERSION=2.26.3
|
||||
VERSION=2.30.1
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libsoup"
|
||||
VERSION="2.26.3"
|
||||
VERSION="2.30.1"
|
||||
HOMEPAGE="http://live.gnome.org/LibSoup"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.26/libsoup-2.26.3.tar.bz2"
|
||||
MD5SUM="19f15636380a9a08a0f071cc53069b80"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.30/libsoup-2.30.1.tar.bz2"
|
||||
MD5SUM="d80fb560a72370fba347785b00a750fb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Erik Hanson"
|
||||
|
|
Loading…
Reference in a new issue