summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvsibille2022-08-31 14:37:25 -0500
committervsibille2022-08-31 14:37:25 -0500
commit19fd2158fa5c4ad7443d00c85b9dc51c24683053 (patch)
treeeab076e1ad39c5b9ccabeedbe0998373fd04a793
parent7338656ab0bd3ca4be7a5ed55f77af11b96f8861 (diff)
downloadaur-19fd2158fa5c4ad7443d00c85b9dc51c24683053.tar.gz
Update SDK to 8.62
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 005159a1d7a5..6e6f7414bc28 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.61
+ pkgver = 8.62
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_861_SDK.zip
- sha256sums = 52aa30c6579060d38c9232839690c52d54f0e4111c0fef50bf86996580f9a968
+ source = https://monkeysaudio.com/files/MAC_862_SDK.zip
+ sha256sums = 7d74d78e31cc6a6f1a2366f670dd0704d333f74556656a1a5d75d3febc04e5a1
pkgname = mac-optimised
diff --git a/PKGBUILD b/PKGBUILD
index e2d5ff18d31a..60ed71cf6637 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dakeryas <mrdakeryas at gmail dot com>
pkgname=mac-optimised
-pkgver=8.61
+pkgver=8.62
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=('52aa30c6579060d38c9232839690c52d54f0e4111c0fef50bf86996580f9a968')
+sha256sums=('7d74d78e31cc6a6f1a2366f670dd0704d333f74556656a1a5d75d3febc04e5a1')
_project_path() {
echo "$srcdir/Source/Projects/NonWindows"