diff options
author | Rosen Penev <rosenp@gmail.com> | 2022-11-04 21:29:48 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-11-05 10:32:43 -0700 |
commit | cecc44fb423866ef4aa0ba6b1cdd1006750eb2e5 (patch) | |
tree | 603a0cb4aa8fb73c539fbef4d42c9cfe1ce7b41c | |
parent | b121a210c9271ab910bc16ad81e7125f5b692de3 (diff) |
libshout: update to 2.4.6
Signed-off-by: Rosen Penev <rosenp@gmail.com>
-rw-r--r-- | libs/libshout/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libshout/Makefile b/libs/libshout/Makefile index e4f8fcd0f..c76bdb3e7 100644 --- a/libs/libshout/Makefile +++ b/libs/libshout/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libshout -PKG_VERSION:=2.4.5 +PKG_VERSION:=2.4.6 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://downloads.us.xiph.org/releases/libshout/ -PKG_HASH:=d9e568668a673994ebe3f1eb5f2bee06e3236a5db92b8d0c487e1c0f886a6890 +PKG_HASH:=39cbd4f0efdfddc9755d88217e47f8f2d7108fa767f9d58a2ba26a16d8f7c910 PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> PKG_LICENSE:=LGPL-2.1-or-later |