summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvsibille2022-07-29 08:08:58 -0500
committervsibille2022-07-29 08:08:58 -0500
commita99aab173ebb5925f20431ec7c39c9f40f546351 (patch)
treef05ae5d0002d01e9305c7df9216f6707d481d3f9
parentb4ffead7d35988c152abe808c5b7f5939b9ac222 (diff)
downloadaur-a99aab173ebb5925f20431ec7c39c9f40f546351.tar.gz
Update SDK to 8.37
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e217ddf8537..c246b7c76072 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.36
+ pkgver = 8.37
pkgrel = 2
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_836_SDK.zip
- sha256sums = ac3f6b2638a6a1748d8179332c5bb11b2818a7e5ae8886276a8d29e4c6ffd451
+ source = https://monkeysaudio.com/files/MAC_837_SDK.zip
+ sha256sums = e47809d608b03357bfd6c7d859ab1dfdcebe4cb943ec4bc09cbc0d7c8e7c3abe
pkgname = mac-optimised
diff --git a/PKGBUILD b/PKGBUILD
index c92fb7b59953..e32172f6ab7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dakeryas <mrdakeryas at gmail dot com>
pkgname=mac-optimised
-pkgver=8.36
+pkgver=8.37
pkgrel=2
pkgdesc="Monkey's Audio library and command line APE converter with optimised build flags (from SDK)"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ provides=('mac')
conflicts=('mac')
makedepends=('gcc' 'make')
source=("https://monkeysaudio.com/files/MAC_${pkgver//.}_SDK.zip")
-sha256sums=('ac3f6b2638a6a1748d8179332c5bb11b2818a7e5ae8886276a8d29e4c6ffd451')
+sha256sums=('e47809d608b03357bfd6c7d859ab1dfdcebe4cb943ec4bc09cbc0d7c8e7c3abe')
_project_path() {
echo "$srcdir/Source/Projects/NonWindows"