diff options
author | Dirk Brenken <dev@brenken.org> | 2018-08-22 16:47:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-22 16:47:03 +0200 |
commit | a3e899051094ae9f93002ad1a4ba7aec1ef7d5a5 (patch) | |
tree | 9fef776f3aff53686cb68300c7336a7dd95d5e77 | |
parent | b0481bc356f27de2610b24895365d4802a35ee4c (diff) | |
parent | 397cb607a03e6b673ffdc72b653196da5f41fa3d (diff) |
Merge pull request #6645 from neheb/patch-16
libdmapsharing: Update to 3.9.2
-rw-r--r-- | libs/libdmapsharing/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/libdmapsharing/Makefile b/libs/libdmapsharing/Makefile index 724f9150f..1f38900f2 100644 --- a/libs/libdmapsharing/Makefile +++ b/libs/libdmapsharing/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libdmapsharing -PKG_VERSION:=3.9.1 +PKG_VERSION:=3.9.2 PKG_RELEASE:=1 PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> @@ -20,7 +20,7 @@ PKG_LICENSE_FILES:=COPYING PKG_SOURCE:=libdmapsharing-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.flyn.org/projects/libdmapsharing/ -PKG_HASH:=7567888f588d0ee0a017385c09c68ceec0383b3e9b47f0df061a4386a69b1610 +PKG_HASH:=377276d99799945dcfd241ecc8c93f49adbd6d95483360b4c0ebc949b2d86d2a PKG_FIXUP:=autoreconf PKG_INSTALL:=1 @@ -36,7 +36,7 @@ define Package/libdmapsharing CATEGORY:=Libraries DEPENDS:=+libsoup +mdnsresponder +gstreamer1-libs +gstreamer1-plugins-base +gst1-mod-app TITLE:=libdmapsharing - URL:=http://www.flyn.org/projects/libdmapsharing/ + URL:=https://www.flyn.org/projects/libdmapsharing/ endef define Package/libdmapsharing/decription |