diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-02-19 19:31:09 -0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-02-20 17:21:50 -0800 |
commit | 4fba03d6d16af923199ea876da4fe992f8cbdb91 (patch) | |
tree | 2a017896bf312f838d825aa3100bbd672b006212 /sound/mpc/Makefile | |
parent | 203230c62f1b34d1d23c7044b7421178ac0b8ddc (diff) |
mpc: update to 0.33
Small Makefile cleanups.
Ran script through shellcheck.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'sound/mpc/Makefile')
-rw-r--r-- | sound/mpc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/mpc/Makefile b/sound/mpc/Makefile index 3424e3d13..9b64c1527 100644 --- a/sound/mpc/Makefile +++ b/sound/mpc/Makefile @@ -6,16 +6,16 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mpc -PKG_VERSION:=0.32 +PKG_VERSION:=0.33 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://www.musicpd.org/download/mpc/0 -PKG_HASH:=7961d95b7ce019996beab281cf957e905667c989c53fffd13ade5e62fea331c7 +PKG_HASH:=4f40ccbe18f5095437283cfc525a97815e983cbfd3a29e48ff610fa4f1bf1296 +PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> PKG_LICENSE:=GPL-2.0-or-later PKG_LICENSE_FILES:=COPYING -PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> PKG_BUILD_DEPENDS:=meson/host PKG_INSTALL:=1 |