Browse Source

Merge pull request #6645 from neheb/patch-16

libdmapsharing: Update to 3.9.2
lilik-openwrt-22.03
Dirk Brenken 6 years ago
committed by GitHub
parent
commit
a3e8990510
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      libs/libdmapsharing/Makefile

+ 3
- 3
libs/libdmapsharing/Makefile View File

@ -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


Loading…
Cancel
Save