From 080bb8a2aee5350040c8f58cc26fbce8e90abce3 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Thu, 18 Jan 2018 12:37:54 +0300 Subject: [PATCH] libmikmod: Update to 3.3.11.1 --- mingw-w64-libmikmod/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-libmikmod/PKGBUILD b/mingw-w64-libmikmod/PKGBUILD index 83f7e6bbc5..852f160cff 100644 --- a/mingw-w64-libmikmod/PKGBUILD +++ b/mingw-w64-libmikmod/PKGBUILD @@ -3,8 +3,8 @@ _realname=libmikmod pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=3.3.8 -pkgrel=2 +pkgver=3.3.11.1 +pkgrel=1 pkgdesc="A portable sound library (mingw-w64)" arch=('any') url="https://mikmod.sourceforge.io/" @@ -18,7 +18,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" "${MINGW_PACKAGE_PREFIX}-openal") options=('strip' 'staticlibs') source=(https://downloads.sourceforge.net/mikmod/${_realname}-${pkgver}.tar.gz) -sha256sums=('4acf6634a477d8b95f18b55a3e2e76052c149e690d202484e8b0ac7589cf37a2') +sha256sums=('ad9d64dfc8f83684876419ea7cd4ff4a41d8bcd8c23ef37ecb3a200a16b46d19') build() { export lt_cv_deplibs_check_method='pass_all'