summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvsibille2022-12-10 14:39:32 -0600
committervsibille2022-12-10 14:39:32 -0600
commitd0f6cd2f9891de9562e822e573f633d7312242f4 (patch)
treeead68ae91c26ea94157619206662efd37837b298
parenta85cf72abe93abd7e7ffcbc586c9a2d4038d0d40 (diff)
downloadaur-d0f6cd2f9891de9562e822e573f633d7312242f4.tar.gz
Update SDK to 9.03
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cab6160d06fa..9efa1d55d558 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.02
+ pkgver = 9.03
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_902_SDK.zip
- sha256sums = eca4a85d534ed179582a5003e058fdae6123e7e58e1453f3691cf6113931a796
+ source = https://monkeysaudio.com/files/MAC_903_SDK.zip
+ sha256sums = 61ddef7ddc20b11760235115ef2a616ab0c34995386d2b8751eede65ab9e15f9
pkgname = mac-optimised
diff --git a/PKGBUILD b/PKGBUILD
index 2e88fe20939c..7b6071a634b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dakeryas <mrdakeryas at gmail dot com>
pkgname=mac-optimised
-pkgver=9.02
+pkgver=9.03
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_902_SDK.zip')
-sha256sums=('eca4a85d534ed179582a5003e058fdae6123e7e58e1453f3691cf6113931a796')
+source=('https://monkeysaudio.com/files/MAC_903_SDK.zip')
+sha256sums=('61ddef7ddc20b11760235115ef2a616ab0c34995386d2b8751eede65ab9e15f9')
_project_path() {
echo "$srcdir/Source/Projects/NonWindows"