libopenmpt: update to 0.4.27

This commit is contained in:
Leandro Nini
2021-12-24 11:07:11 +01:00
parent 58024ba190
commit 40ca7c7732

View File

@@ -3,7 +3,7 @@
_realname=libopenmpt
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.4.26
pkgver=0.4.27
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}-gcc"
"${MINGW_PACKAGE_PREFIX}-autotools")
options=('staticlibs' 'strip')
source=("https://lib.openmpt.org/files/${_realname}/src/${_realname}-${pkgver}+release.autotools.tar.gz")
sha256sums=('9078aa3a1779868b484fbffdf19daea775654b53224e5c217628a8d2ae777e8d')
sha256sums=('a4c23aaf1914e78d082d71f96cc82d63b0ed30091ed8cf8e8cb6887d4cecfaab')
prepare() {
cd "${srcdir}/${_realname}-${pkgver}+release.autotools"