diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-06-07 16:53:13 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2018-06-07 16:54:47 -0700 |
commit | cef6415cac49c5771d7d592a064bbffe58d0b80a (patch) | |
tree | c8947a4ebc5fa64720d835742adcbeeb9f49ece2 /libs/libsamplerate/Makefile | |
parent | 2cfe32d7dd74a28178e7959f1d55bc7d1acd1113 (diff) |
libsamplerate: Update to 0.1.9
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/libsamplerate/Makefile')
-rw-r--r-- | libs/libsamplerate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libsamplerate/Makefile b/libs/libsamplerate/Makefile index c01c89b65..c83f0e997 100644 --- a/libs/libsamplerate/Makefile +++ b/libs/libsamplerate/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libsamplerate -PKG_VERSION:=0.1.8 +PKG_VERSION:=0.1.9 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.mega-nerd.com/SRC/ -PKG_HASH:=93b54bdf46d5e6d2354b7034395fe329c222a966790de34520702bb9642f1c06 +PKG_HASH:=0a7eb168e2f21353fb6d84da152e4512126f7dc48ccb0be80578c565413444c1 PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> |