mac: bump to 7.25e (#6567)

This commit is contained in:
Robert Kausch
2022-01-25 09:04:03 +01:00
committed by GitHub
parent b7b2fa37e6
commit 1e6e6f72a9

View File

@@ -3,11 +3,11 @@ DESCRIPTION="Monkey's Audio is a lossless audio format. This package provides \
the mac command line utility for compressing and decompressing Monkey's Audio \
files."
HOMEPAGE="https://www.monkeysaudio.com/"
COPYRIGHT="2000-2021 Matthew T. Ashland"
COPYRIGHT="2000-2022 Matthew T. Ashland"
LICENSE="Monkey's Audio SDK and Source Code License Agreement"
REVISION="1"
SOURCE_URI="https://www.monkeysaudio.com/files/MAC_SDK_${portVersion/./}.zip"
CHECKSUM_SHA256="af62c05d83c003c3af8772c01ca8796b8f2ac75a2f5ce1af183ab021cd7f3cf0"
CHECKSUM_SHA256="5de68b52892dfed8a84f01fa3b0781a00b84e3d9a57bcbda5cd8e50f384d2a60"
SOURCE_DIR=""
ARCHITECTURES="all !x86_gcc2"
@@ -51,6 +51,7 @@ BUILD_PREREQUIRES="
BUILD()
{
export CXXFLAGS="$CXXFLAGS -fpermissive"
make -f Source/Projects/NonWindows/Makefile $jobArgs
}