Commit 4194fef6 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

sox: bump to version 14.4.2

parent 1f556833
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
# Locally computed:
sha256  9a8c2c6fe51e608da346a157e111508a957af9e3ecf3de26781d36e9a67fa89b  sox-14.4.1.tar.gz
# From http://sourceforge.net/projects/sox/files/sox/14.4.2/
md5	ba804bb1ce5c71dd484a102a5b27d0dd	sox-14.4.2.tar.bz2
sha1	dc9668256b9d81ef25d672f14f12ec026b0b4087	sox-14.4.2.tar.bz2
+2 −1
Original line number Diff line number Diff line
@@ -4,8 +4,9 @@
#
################################################################################

SOX_VERSION = 14.4.1
SOX_VERSION = 14.4.2
SOX_SITE = http://downloads.sourceforge.net/project/sox/sox/$(SOX_VERSION)
SOX_SOURCE = sox-$(SOX_VERSION).tar.bz2
SOX_DEPENDENCIES = host-pkgconf
SOX_CONF_OPTS = --with-distro="Buildroot" --without-ffmpeg --disable-gomp
SOX_LICENSE = GPLv2+ (sox binary), LGPLv2.1+ (libraries)