comparison src/libsamplerate.mk @ 6151:f873bd67f1eb

* src/libsamplerate.mk: update to v0.1.9
author John Donoghue <john.donoghue@ieee.org>
date Fri, 08 Apr 2022 10:09:23 -0400
parents 13be64f9f16d
children d44081b8cc2a
comparison
equal deleted inserted replaced
6150:1c6561f824aa 6151:f873bd67f1eb
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 := libsamplerate 4 PKG := libsamplerate
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 0.1.8 6 $(PKG)_VERSION := 0.1.9
7 $(PKG)_CHECKSUM := e5fe82c4786be2fa33ca6bd4897db4868347fe70 7 $(PKG)_CHECKSUM := ed60f957a4ff87aa15cbb1f3dbd886fa7e5e9566
8 $(PKG)_SUBDIR := libsamplerate-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := libsamplerate-$($(PKG)_VERSION)
9 $(PKG)_FILE := libsamplerate-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := libsamplerate-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://www.mega-nerd.com/SRC/$($(PKG)_FILE) 10 $(PKG)_URL := http://www.mega-nerd.com/SRC/$($(PKG)_FILE)
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12