mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package/nss-mdns: bump to version 0.14.1
Switch site to https://github.com/lathiat/nss-mdns to retrieve latest version Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
059dc6887d
commit
a1776d0ea5
@ -12,7 +12,7 @@ config BR2_PACKAGE_NSS_MDNS
|
|||||||
resolution by common Unix/Linux programs in the ad-hoc
|
resolution by common Unix/Linux programs in the ad-hoc
|
||||||
mDNS domain .local.
|
mDNS domain .local.
|
||||||
|
|
||||||
http://0pointer.de/lennart/projects/nss-mdns/
|
https://github.com/lathiat/nss-mdns
|
||||||
|
|
||||||
comment "nss-mdns needs a glibc toolchain"
|
comment "nss-mdns needs a glibc toolchain"
|
||||||
depends on BR2_USE_MMU && BR2_PACKAGE_AVAHI_DAEMON
|
depends on BR2_USE_MMU && BR2_PACKAGE_AVAHI_DAEMON
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
# Locally calculated
|
# Locally calculated
|
||||||
sha256 1e683c2e7c3921814706d62fbbd3e9cbf493a75fa00255e0e715508d8134fa6d nss-mdns-0.10.tar.gz
|
sha256 a2094101b735cade45048764ea594bdae2bfa9399837f3c852a5b264416e9c8c nss-mdns-0.14.1.tar.gz
|
||||||
sha256 a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861 LICENSE
|
sha256 a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861 LICENSE
|
||||||
|
@ -4,8 +4,9 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
NSS_MDNS_VERSION = 0.10
|
NSS_MDNS_VERSION = 0.14.1
|
||||||
NSS_MDNS_SITE = http://0pointer.de/lennart/projects/nss-mdns
|
NSS_MDNS_SITE = \
|
||||||
|
https://github.com/lathiat/nss-mdns/releases/download/v$(NSS_MDNS_VERSION)
|
||||||
NSS_MDNS_LICENSE = LGPL-2.1+
|
NSS_MDNS_LICENSE = LGPL-2.1+
|
||||||
NSS_MDNS_LICENSE_FILES = LICENSE
|
NSS_MDNS_LICENSE_FILES = LICENSE
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user