mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/gupnp: Updated for version 1.4.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7ea07cdd23
commit
d795dbe411
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=gupnp
|
||||
VERSION=${VERSION:-1.4.2}
|
||||
VERSION=${VERSION:-1.4.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gupnp"
|
||||
VERSION="1.4.2"
|
||||
VERSION="1.4.3"
|
||||
HOMEPAGE="https://wiki.gnome.org/GUPnP/"
|
||||
DOWNLOAD="http://ftp.acc.umu.se/pub/GNOME/sources/gupnp/1.4/gupnp-1.4.2.tar.xz"
|
||||
MD5SUM="2b0bc9200a221905a32357edec12e5e2"
|
||||
DOWNLOAD="http://ftp.acc.umu.se/pub/GNOME/sources/gupnp/1.4/gupnp-1.4.3.tar.xz"
|
||||
MD5SUM="ce880490a55b516aa78a5f994227dcfe"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gssdp"
|
||||
|
|
Loading…
Reference in a new issue