public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] minidlna: Update to 1.2.1
@ 2020-05-25 12:54 Matthias Fischer
  2020-05-26 10:09 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Fischer @ 2020-05-25 12:54 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1609 bytes --]

For details see:
https://sourceforge.net/projects/minidlna/files/minidlna/1.2.1/

Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
 config/rootfiles/packages/minidlna | 1 +
 lfs/minidlna                       | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/config/rootfiles/packages/minidlna b/config/rootfiles/packages/minidlna
index f0b953653..42a83f8da 100644
--- a/config/rootfiles/packages/minidlna
+++ b/config/rootfiles/packages/minidlna
@@ -7,6 +7,7 @@ usr/sbin/minidlnad
 #usr/share/locale/fr/LC_MESSAGES/minidlna.mo
 #usr/share/locale/it/LC_MESSAGES/minidlna.mo
 #usr/share/locale/ja/LC_MESSAGES/minidlna.mo
+#usr/share/locale/ko/LC_MESSAGES/minidlna.mo
 #usr/share/locale/nb/LC_MESSAGES/minidlna.mo
 #usr/share/locale/nl/LC_MESSAGES/minidlna.mo
 #usr/share/locale/pl/LC_MESSAGES/minidlna.mo
diff --git a/lfs/minidlna b/lfs/minidlna
index 67ba1f959..1b6e6b51c 100644
--- a/lfs/minidlna
+++ b/lfs/minidlna
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.1.3
+VER        = 1.2.1
 
 THISAPP    = minidlna-$(VER)
 DL_FILE    = minidlna-$(VER).tar.gz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = minidlna
-PAK_VER    = 5
+PAK_VER    = 6
 
 DEPS       = ffmpeg flac libexif libid3tag libogg
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 879027192c89e5376cdd2ae2d1aa33b4
+$(DL_FILE)_MD5 = a968d3d84971322471cabda3669cc0f8
 
 install : $(TARGET)
 
-- 
2.18.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-26 10:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-25 12:54 [PATCH] minidlna: Update to 1.2.1 Matthias Fischer
2020-05-26 10:09 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox