diff options
author | Fabien Pozzobon <12074690+fpozzobon@users.noreply.github.com> | 2022-11-21 19:26:40 +0200 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-11-21 13:14:45 -0800 |
commit | dd58eb191f6c86cf41da6b0f591e9335e7f82cfb (patch) | |
tree | af9893354f668035e49bdb43cba04f7e5910a645 | |
parent | e1fca948cb86a7f7351f43d62971a43756e163b5 (diff) |
upmpdcli: bump to 1.5.19
Signed-off-by: Fabien Pozzobon <12074690+fpozzobon@users.noreply.github.com>
-rw-r--r-- | sound/upmpdcli/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/upmpdcli/Makefile b/sound/upmpdcli/Makefile index 53ab1bd4f..8cd88f660 100644 --- a/sound/upmpdcli/Makefile +++ b/sound/upmpdcli/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=upmpdcli -PKG_VERSION:=1.5.13 +PKG_VERSION:=1.5.19 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.lesbonscomptes.com/upmpdcli/downloads -PKG_HASH:=c7726f0d4062ae253159102e499759bd513d3c68bfe16c44997ee3fba35509f8 +PKG_HASH:=67fa1f5c06fecd404f3414b25a070c9deabe917241ed6881b7a8e41e8379ed09 PKG_MAINTAINER:= PKG_LICENSE:=LGPL-2.1-or-later |