mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-06 04:13:36 +08:00
gupnp: bump to version 0.99.0
Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
b82b8b23b2
commit
df3df495c4
@ -1,2 +1,2 @@
|
||||
# Hash from: http://ftp.gnome.org/pub/gnome/sources/gupnp/0.20/gupnp-0.20.18.sha256sum:
|
||||
sha256 c5e0e11061f8d0ff9c8dccc196f39c45a49c0153c9a72abf6290ab34d1cbb021 gupnp-0.20.18.tar.xz
|
||||
# Hash from: http://ftp.gnome.org/pub/gnome/sources/gupnp/0.99/gupnp-0.99.0.sha256sum:
|
||||
sha256 695c745ae7ecef9482bd91821d84bb98764cbcca0d0f71acb6d46ac1be23a1be gupnp-0.99.0.tar.xz
|
||||
|
@ -4,8 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GUPNP_VERSION_MAJOR = 0.20
|
||||
GUPNP_VERSION = $(GUPNP_VERSION_MAJOR).18
|
||||
GUPNP_VERSION_MAJOR = 0.99
|
||||
GUPNP_VERSION = $(GUPNP_VERSION_MAJOR).0
|
||||
GUPNP_SOURCE = gupnp-$(GUPNP_VERSION).tar.xz
|
||||
GUPNP_SITE = http://ftp.gnome.org/pub/gnome/sources/gupnp/$(GUPNP_VERSION_MAJOR)
|
||||
GUPNP_LICENSE = LGPLv2+
|
||||
|
Loading…
Reference in New Issue
Block a user