summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvsibille2022-12-02 09:41:05 -0600
committervsibille2022-12-02 09:41:05 -0600
commit23ce8f08ce686d6633d9b6827fb7e09fcb7d37fe (patch)
treefec223dd258a9e49223e89085a041d01cadf6be1
parentcdd71b5a3ade72850310495582043185f735a59d (diff)
downloadaur-23ce8f08ce686d6633d9b6827fb7e09fcb7d37fe.tar.gz
Update SDK to 9.00
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86f7fba01887..a3027586d20e 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.99
+ pkgver = 9.00
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_899_SDK.zip
- sha256sums = f943f5bc4b24e3a694998006001b82853c2341691c265b2e6f8ceb7d5564c8d9
+ source = https://monkeysaudio.com/files/MAC_900_SDK.zip
+ sha256sums = 1743849504a2bfa14fb85a9ac2c137e6d4aaab5e575ea37f2f3fe051d2cbeb39
pkgname = mac-optimised
diff --git a/PKGBUILD b/PKGBUILD
index 8142a826c641..cc11310dd83c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dakeryas <mrdakeryas at gmail dot com>
pkgname=mac-optimised
-pkgver=8.99
+pkgver=9.00
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_899_SDK.zip')
-sha256sums=('f943f5bc4b24e3a694998006001b82853c2341691c265b2e6f8ceb7d5564c8d9')
+source=('https://monkeysaudio.com/files/MAC_900_SDK.zip')
+sha256sums=('1743849504a2bfa14fb85a9ac2c137e6d4aaab5e575ea37f2f3fe051d2cbeb39')
_project_path() {
echo "$srcdir/Source/Projects/NonWindows"