libraries/gupnp: Updated for version 1.0.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2016-10-16 08:47:45 +07:00
parent b7fd2d46cf
commit 6e51213f83
3 changed files with 6 additions and 4 deletions

View File

@ -4,3 +4,5 @@ creating UPnP devices and control points.
The GUPnP API is intended to be easy to use, efficient and flexible.
It provides the same set of features as libupnp, but shields the
developer from most of UPnP's internals.
Note: Vala is an optional dependency

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gupnp
VERSION=${VERSION:-1.0.0}
VERSION=${VERSION:-1.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="gupnp"
VERSION="1.0.0"
VERSION="1.0.1"
HOMEPAGE="http://wiki.gnome.org/GUPnP/"
DOWNLOAD="https://download.gnome.org/sources/gupnp/1.0/gupnp-1.0.0.tar.xz"
MD5SUM="f378fd6d1effdf815c2d36f19f28d449"
DOWNLOAD="https://download.gnome.org/sources/gupnp/1.0/gupnp-1.0.1.tar.xz"
MD5SUM="09c2d0ac6dac7bd6a59bc7d7c0eb7d13"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gssdp"