From fc59ea2127dc8f76521f626b6032a2b28cf1032a Mon Sep 17 00:00:00 2001 From: Volkan Orhan Date: Sun, 6 Feb 2022 00:00:29 +0300 Subject: [PATCH] Update libopenmpt version from 0.6.0 to 0.6.1 --- mingw-w64-libopenmpt/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-libopenmpt/PKGBUILD b/mingw-w64-libopenmpt/PKGBUILD index d90812cd05..378c7d17ae 100644 --- a/mingw-w64-libopenmpt/PKGBUILD +++ b/mingw-w64-libopenmpt/PKGBUILD @@ -3,7 +3,7 @@ _realname=libopenmpt pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") -pkgver=0.6.0 +pkgver=0.6.1 pkgrel=1 pkgdesc="A cross-platform C++ and C library to decode tracked music files (modules) into a raw PCM audio stream (mingw-w64)" arch=('any') @@ -21,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc" "${MINGW_PACKAGE_PREFIX}-autotools") options=('staticlibs' 'strip') source=("https://lib.openmpt.org/files/${_realname}/src/${_realname}-${pkgver}+release.autotools.tar.gz") -sha256sums=('a1fc61283864624d820836ce4d37af4907476cdcd31f6f09a23ba271500025ab') +sha256sums=('c0bada4bebfc707961111bdb5ff6bbe337f5d71e837e8278f2e362a909eb925b') prepare() { cd "${srcdir}/${_realname}-${pkgver}+release.autotools"