mpc: update to 0.33
Small Makefile cleanups. Ran script through shellcheck. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
203230c62f
commit
4fba03d6d1
2 changed files with 6 additions and 6 deletions
|
@ -6,16 +6,16 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=mpc
|
PKG_NAME:=mpc
|
||||||
PKG_VERSION:=0.32
|
PKG_VERSION:=0.33
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=https://www.musicpd.org/download/mpc/0
|
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:=GPL-2.0-or-later
|
||||||
PKG_LICENSE_FILES:=COPYING
|
PKG_LICENSE_FILES:=COPYING
|
||||||
PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
|
|
||||||
|
|
||||||
PKG_BUILD_DEPENDS:=meson/host
|
PKG_BUILD_DEPENDS:=meson/host
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env sh
|
#!/bin/sh
|
||||||
echo parameter: file.pls
|
echo parameter: file.pls
|
||||||
mpc clear
|
mpc clear
|
||||||
grep '^File[0-9]*' $1 | sed -e 's/^File[0-9]*=//' | mpc add
|
grep '^File[0-9]*' "$1" | sed -e 's/^File[0-9]*=//' | mpc add
|
||||||
mpc play
|
mpc play
|
Loading…
Reference in a new issue