diff options
Diffstat (limited to 'libraries/gupnp')
-rw-r--r-- | libraries/gupnp/README | 2 | ||||
-rw-r--r-- | libraries/gupnp/gupnp.SlackBuild | 2 | ||||
-rw-r--r-- | libraries/gupnp/gupnp.info | 6 |
3 files changed, 6 insertions, 4 deletions
diff --git a/libraries/gupnp/README b/libraries/gupnp/README index c826776106dd..2501ac7b546f 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 17c2616307a0..2aa45e0daea7 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 745438f125e5..aa16827005cc 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" |