summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvsibille2022-12-11 10:41:34 -0600
committervsibille2022-12-11 10:41:34 -0600
commit642e54ab36bd2e305c21cddbfec9b1b76ad04930 (patch)
treef8a810cb7facf5a7ebc337e84804c5ed9b1d1e8e
parentd0f6cd2f9891de9562e822e573f633d7312242f4 (diff)
downloadaur-642e54ab36bd2e305c21cddbfec9b1b76ad04930.tar.gz
Update SDK to 9.04
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9efa1d55d558..44885d90320b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mac-optimised
pkgdesc = Monkey's Audio library and command line APE converter with optimised build flags (from SDK)
- pkgver = 9.03
+ pkgver = 9.04
pkgrel = 6
url = https://monkeysaudio.com/developers.html
arch = i686
@@ -10,7 +10,7 @@ pkgbase = mac-optimised
makedepends = make
provides = mac
conflicts = mac
- source = https://monkeysaudio.com/files/MAC_903_SDK.zip
- sha256sums = 61ddef7ddc20b11760235115ef2a616ab0c34995386d2b8751eede65ab9e15f9
+ source = https://monkeysaudio.com/files/MAC_904_SDK.zip
+ sha256sums = 09cfebe79986a9b8249cff9c3fd79663692e8e23139903df541905a2ecf44c6a
pkgname = mac-optimised
diff --git a/PKGBUILD b/PKGBUILD
index 7b6071a634b9..e062d77ab983 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dakeryas <mrdakeryas at gmail dot com>
pkgname=mac-optimised
-pkgver=9.03
+pkgver=9.04
pkgrel=6
pkgdesc="Monkey's Audio library and command line APE converter with optimised build flags (from SDK)"
arch=('i686' 'x86_64')
@@ -9,8 +9,8 @@ license=("Monkey's Audio License Agreement")
provides=('mac')
conflicts=('mac')
makedepends=('gcc' 'make')
-source=('https://monkeysaudio.com/files/MAC_903_SDK.zip')
-sha256sums=('61ddef7ddc20b11760235115ef2a616ab0c34995386d2b8751eede65ab9e15f9')
+source=('https://monkeysaudio.com/files/MAC_904_SDK.zip')
+sha256sums=('09cfebe79986a9b8249cff9c3fd79663692e8e23139903df541905a2ecf44c6a')
_project_path() {
echo "$srcdir/Source/Projects/NonWindows"