summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-10-16 08:47:45 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-10-16 08:47:45 +0700
commit6e51213f83c1e614b64f57ea0e0f488a19d111c2 (patch)
tree05b377000b3f64a925817af8197b99fa82da1d74
parentb7fd2d46cf4cebc24151b08f215cf69c2a183539 (diff)
downloadslackbuilds-6e51213f8.tar.gz
slackbuilds-6e51213f8.tar.xz
libraries/gupnp: Updated for version 1.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--libraries/gupnp/README2
-rw-r--r--libraries/gupnp/gupnp.SlackBuild2
-rw-r--r--libraries/gupnp/gupnp.info6
3 files changed, 6 insertions, 4 deletions
diff --git a/libraries/gupnp/README b/libraries/gupnp/README
index c826776106..2501ac7b54 100644
--- a/libraries/gupnp/README
+++ b/libraries/gupnp/README
@@ -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
diff --git a/libraries/gupnp/gupnp.SlackBuild b/libraries/gupnp/gupnp.SlackBuild
index 17c2616307..2aa45e0dae 100644
--- a/libraries/gupnp/gupnp.SlackBuild
+++ b/libraries/gupnp/gupnp.SlackBuild
@@ -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}
diff --git a/libraries/gupnp/gupnp.info b/libraries/gupnp/gupnp.info
index 745438f125..aa16827005 100644
--- a/libraries/gupnp/gupnp.info
+++ b/libraries/gupnp/gupnp.info
@@ -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"