wavpack: update to 5.8.0

This commit is contained in:
Biswapriyo Nath
2025-01-28 06:09:39 +00:00
parent f63d24d006
commit f63e45aa5d

View File

@@ -3,7 +3,7 @@
_realname=wavpack
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=5.7.0
pkgver=5.8.0
pkgrel=1
pkgdesc="Audio compression format with lossless, lossy and hybrid compression modes (mingw-w64)"
arch=('any')
@@ -21,7 +21,7 @@ makedepends=(
)
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs")
source=("https://github.com/dbry/WavPack/releases/download/${pkgver}/wavpack-${pkgver}.tar.xz")
sha256sums=('e81510fd9ec5f309f58d5de83e9af6c95e267a13753d7e0bbfe7b91273a88bee')
sha256sums=('a6a7dcd2262a21fa738e831ddd5e65e523b663308031cbd8a925e3b534809f0f')
prepare() {
cd "${srcdir}"/${_realname}-${pkgver}