diff options
author | Peter Wagner <tripolar@gmx.at> | 2017-04-02 20:44:31 +0200 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2017-04-02 20:44:31 +0200 |
commit | dd46a5fc1bc7f2582b6cc4d942d93f050fce42a5 (patch) | |
tree | 8a3bb4c078e980c558f3e70962288cc2a6fdc1b3 | |
parent | bdd603b61c0e3f2ea4db235f697cadefb30a9066 (diff) |
libsndfile: update to 1.0.28
Signed-off-by: Peter Wagner <tripolar@gmx.at>
-rw-r--r-- | libs/libsndfile/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/libsndfile/Makefile b/libs/libsndfile/Makefile index fa92f1405..696ef761f 100644 --- a/libs/libsndfile/Makefile +++ b/libs/libsndfile/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libsndfile -PKG_VERSION:=1.0.26 -PKG_RELEASE:=2 +PKG_VERSION:=1.0.28 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.mega-nerd.com/libsndfile/files/ -PKG_MD5SUM:=ec810a0c60c08772a8a5552704b63393 +PKG_HASH:=1ff33929f042fa333aed1e8923aa628c3ee9e1eb85512686c55092d1e5a9dfa9 PKG_LICENSE:=LGPLv2.1 PKG_LICENSE_FILES:=COPYING |