comparison src/libsndfile.mk @ 4165:6a0e59ae0d65

libsndfile: update to 1.0.27 * src/libsndfile.mk: update version, checksum
author John Donoghue
date Tue, 05 Jul 2016 12:13:57 -0400
parents f6f4a77c6466
children 84c0a1f07ed4
comparison
equal deleted inserted replaced
4164:c93e6c1b27de 4165:6a0e59ae0d65
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := libsndfile 4 PKG := libsndfile
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.0.26 6 $(PKG)_VERSION := 1.0.27
7 $(PKG)_CHECKSUM := c9092c06f6ed51034c9e809e150083ff1f55e79e 7 $(PKG)_CHECKSUM := e112d4937352d1722b06911b00c79e9bce15095c
8 $(PKG)_SUBDIR := libsndfile-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := libsndfile-$($(PKG)_VERSION)
9 $(PKG)_FILE := libsndfile-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := libsndfile-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://www.mega-nerd.com/libsndfile/files/$($(PKG)_FILE) 10 $(PKG)_URL := http://www.mega-nerd.com/libsndfile/files/$($(PKG)_FILE)
11 $(PKG)_DEPS := sqlite flac ogg vorbis 11 $(PKG)_DEPS := sqlite flac ogg vorbis
12 12