summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Bart2022-12-10 07:00:48 -0300
committerEduardo Bart2022-12-10 07:00:48 -0300
commit4210d6972c0f9ba5dfdeafedea9d5cd9d8a5ab6e (patch)
treeeb76ff644bab4a51908658a2680246915f9dbb2f
parentdb014349925a047bd357282a039276b7bac7d5f1 (diff)
downloadaur-4210d6972c0f9ba5dfdeafedea9d5cd9d8a5ab6e.tar.gz
Update to 2.6.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 770f8fd2e15b..432b0fe2a221 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.1
+ pkgver = 2.6.2
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.1/SDL2_mixer-2.6.1.tar.gz
- sha256sums = bc5c7b85f297e5f3cb34c99c366a4746922fc41365b15fd78a164dda71a861a3
+ source = https://github.com/libsdl-org/SDL_mixer/releases/download/release-2.6.2/SDL2_mixer-2.6.2.tar.gz
+ sha256sums = 8cdea810366decba3c33d32b8071bccd1c309b2499a54946d92b48e6922aa371
pkgname = mingw-w64-sdl2_mixer
diff --git a/PKGBUILD b/PKGBUILD
index d1a9c52d2117..dfc6378fb3a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-sdl2_mixer
-pkgver=2.6.1
+pkgver=2.6.2
pkgrel=1
pkgdesc="A simple multi-channel audio mixer (mingw-w64)"
arch=(any)
@@ -8,8 +8,8 @@ license=("zlib")
depends=(mingw-w64-crt mingw-w64-sdl2 mingw-w64-libmodplug mingw-w64-libvorbis mingw-w64-flac mingw-w64-mpg123)
makedepends=(mingw-w64-gcc mingw-w64-configure)
options=(staticlibs !strip !buildflags)
-source=("https://github.com/libsdl-org/SDL_mixer/releases/download/release-2.6.1/SDL2_mixer-$pkgver.tar.gz")
-sha256sums=('bc5c7b85f297e5f3cb34c99c366a4746922fc41365b15fd78a164dda71a861a3')
+source=("https://github.com/libsdl-org/SDL_mixer/releases/download/release-$pkgver/SDL2_mixer-$pkgver.tar.gz")
+sha256sums=('8cdea810366decba3c33d32b8071bccd1c309b2499a54946d92b48e6922aa371')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"