diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-09-12 17:45:45 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-09-12 17:47:05 -0700 |
commit | 4bc44e78c04b62fe9b92625bbe858430da8624c8 (patch) | |
tree | 86f35746dbe073d1a2feba33f60b0a23fd363575 /sound/upmpdcli/Makefile | |
parent | 43f4ebb53290eb636e2c12243fde3b2568a31cbb (diff) |
upmpdcli: update to 1.4.14
Removed sort of upstreamed patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'sound/upmpdcli/Makefile')
-rw-r--r-- | sound/upmpdcli/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/upmpdcli/Makefile b/sound/upmpdcli/Makefile index 84a7698ed..560328293 100644 --- a/sound/upmpdcli/Makefile +++ b/sound/upmpdcli/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=upmpdcli -PKG_VERSION:=1.4.12 -PKG_RELEASE:=2 +PKG_VERSION:=1.4.14 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.lesbonscomptes.com/upmpdcli/downloads -PKG_HASH:=bffc78c140ad688987894ea5a1e162e6dcbc7dcae7d2cc322a894f5ea2a2f53b +PKG_HASH:=e3d90dedee6a942acc049324ca81b7f008d217d386a3e2590a2ca5670cc9df05 PKG_MAINTAINER:=Petko Bordjukov <bordjukov@gmail.com> PKG_LICENSE:=LGPL-2.1-or-later |