Bladeren bron

mpd: Update to latest (0.18.21)

Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess 10 jaren geleden
bovenliggende
commit
c55ce0bdfd
1 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. 3
    3
      sound/mpd/Makefile

+ 3
- 3
sound/mpd/Makefile Bestand weergeven

@@ -1,5 +1,5 @@
1 1
 #
2
-# Copyright (C) 2007-2014 OpenWrt.org
2
+# Copyright (C) 2007-2015 OpenWrt.org
3 3
 #
4 4
 # This is free software, licensed under the GNU General Public License v2.
5 5
 # See /LICENSE for more information.
@@ -8,12 +8,12 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=mpd
11
-PKG_VERSION:=0.18.20
11
+PKG_VERSION:=0.18.21
12 12
 PKG_RELEASE:=1
13 13
 
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
15 15
 PKG_SOURCE_URL:=http://www.musicpd.org/download/mpd/0.18/
16
-PKG_MD5SUM:=88ba076000e13dbf094b3e32a6472944
16
+PKG_MD5SUM:=945879f55acc256d30a5f69787338ceb
17 17
 PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
18 18
 
19 19
 PKG_LICENSE:=GPL-2.0