summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjazztickets2024-04-24 10:24:41 -0600
committerjazztickets2024-04-24 10:24:41 -0600
commitea100f95667c93511b4f416f1b220e5d9a66b53b (patch)
treee88e0154369a11e64433758a8e1b0b9c9ce4494c
parent4210d6972c0f9ba5dfdeafedea9d5cd9d8a5ab6e (diff)
downloadaur-mingw-w64-sdl2_mixer.tar.gz
adopt and upgrade to 2.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 432b0fe2a221..0c5e2c0bfd57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-sdl2_mixer
pkgdesc = A simple multi-channel audio mixer (mingw-w64)
- pkgver = 2.6.2
+ pkgver = 2.8.0
pkgrel = 1
url = http://www.libsdl.org/projects/SDL_mixer
arch = any
@@ -16,7 +16,7 @@ pkgbase = mingw-w64-sdl2_mixer
options = staticlibs
options = !strip
options = !buildflags
- source = https://github.com/libsdl-org/SDL_mixer/releases/download/release-2.6.2/SDL2_mixer-2.6.2.tar.gz
- sha256sums = 8cdea810366decba3c33d32b8071bccd1c309b2499a54946d92b48e6922aa371
+ source = https://github.com/libsdl-org/SDL_mixer/releases/download/release-2.8.0/SDL2_mixer-2.8.0.tar.gz
+ sha256sums = 1cfb34c87b26dbdbc7afd68c4f545c0116ab5f90bbfecc5aebe2a9cb4bb31549
pkgname = mingw-w64-sdl2_mixer
diff --git a/PKGBUILD b/PKGBUILD
index dfc6378fb3a1..3ef37357ecb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,6 @@
+# maintainer: amF6enRpY2tldHNAZ21haWwuY29tCg==
pkgname=mingw-w64-sdl2_mixer
-pkgver=2.6.2
+pkgver=2.8.0
pkgrel=1
pkgdesc="A simple multi-channel audio mixer (mingw-w64)"
arch=(any)
@@ -9,7 +10,7 @@ depends=(mingw-w64-crt mingw-w64-sdl2 mingw-w64-libmodplug mingw-w64-libvorbis m
makedepends=(mingw-w64-gcc mingw-w64-configure)
options=(staticlibs !strip !buildflags)
source=("https://github.com/libsdl-org/SDL_mixer/releases/download/release-$pkgver/SDL2_mixer-$pkgver.tar.gz")
-sha256sums=('8cdea810366decba3c33d32b8071bccd1c309b2499a54946d92b48e6922aa371')
+sha256sums=('1cfb34c87b26dbdbc7afd68c4f545c0116ab5f90bbfecc5aebe2a9cb4bb31549')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"