summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvsibille2022-11-28 09:16:44 -0600
committervsibille2022-11-28 09:16:44 -0600
commit57ccc92a6c224918adb57293bc743e7008bdc5f1 (patch)
tree9d73e34fba01c5a52bd3bed6d45f1d6ac663510f
parentda9f4c67c050f9c5069e213ff317ad99c0df29a8 (diff)
downloadaur-57ccc92a6c224918adb57293bc743e7008bdc5f1.tar.gz
Update SDK to 8.98
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d99daa15f71..3d2ba1abfa4a 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 = 8.97
+ pkgver = 8.98
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_897_SDK.zip
- sha256sums = ae0bdaac697d032d6bd0a7a8ad41df2d8da6da679c7c02aada92797cfc5cae52
+ source = https://monkeysaudio.com/files/MAC_898_SDK.zip
+ sha256sums = 457277f28d787a89913b09295082c99fc1b26f58b83dcb7fcb26d1c6f7f7d036
pkgname = mac-optimised
diff --git a/PKGBUILD b/PKGBUILD
index b26118611e3a..85a8500284e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dakeryas <mrdakeryas at gmail dot com>
pkgname=mac-optimised
-pkgver=8.97
+pkgver=8.98
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_897_SDK.zip')
-sha256sums=('ae0bdaac697d032d6bd0a7a8ad41df2d8da6da679c7c02aada92797cfc5cae52')
+source=('https://monkeysaudio.com/files/MAC_898_SDK.zip')
+sha256sums=('457277f28d787a89913b09295082c99fc1b26f58b83dcb7fcb26d1c6f7f7d036')
_project_path() {
echo "$srcdir/Source/Projects/NonWindows"