aboutsummaryrefslogtreecommitdiff
path: root/libs/libsamplerate
diff options
context:
space:
mode:
authorkrant <aleksey.vasilenko@gmail.com>2024-01-31 21:34:06 +0200
committerRosen Penev <rosenp@gmail.com>2024-02-04 16:31:50 -0800
commit12042aaf9975412d87867aab85396ad8bc14b11d (patch)
treee3c26335e355c4bb980fc6555b9119f8eab6321b /libs/libsamplerate
parent18df76cd3099c7dd7b07e6103c76a898e6dbbb23 (diff)
libsamplerate: update to 0.2.2
- Update package/source URLs to official ones - Change license according to upstream Signed-off-by: krant <aleksey.vasilenko@gmail.com>
Diffstat (limited to 'libs/libsamplerate')
-rw-r--r--libs/libsamplerate/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/libs/libsamplerate/Makefile b/libs/libsamplerate/Makefile
index 67c67dc5a..147b4b1eb 100644
--- a/libs/libsamplerate/Makefile
+++ b/libs/libsamplerate/Makefile
@@ -8,16 +8,16 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libsamplerate
-PKG_VERSION:=0.1.9
+PKG_VERSION:=0.2.2
PKG_RELEASE:=1
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://www.mega-nerd.com/SRC/
-PKG_HASH:=0a7eb168e2f21353fb6d84da152e4512126f7dc48ccb0be80578c565413444c1
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
+PKG_SOURCE_URL:=https://github.com/libsndfile/libsamplerate/releases/download/$(PKG_VERSION)
+PKG_HASH:=3258da280511d24b49d6b08615bbe824d0cacc9842b0e4caf11c52cf2b043893
PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
-PKG_LICENSE:=GPL-2.0
+PKG_LICENSE:=BSD-2-Clause
PKG_LICENSE_FILES:=COPYING
PKG_CPE_ID:=cpe:/a:libsamplerate_project:libsamplerate
@@ -30,7 +30,7 @@ define Package/libsamplerate
CATEGORY:=Libraries
DEPENDS:=+libsndfile
TITLE:=Sample Rate Converter
- URL:=http://www.mega-nerd.com/SRC/index.html
+ URL:=https://libsndfile.github.io/libsamplerate/
endef
define Package/libsamplerate/description