libsidplayfp: update to 2.4.1

This commit is contained in:
Mehdi Chinoune
2022-11-20 06:01:49 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 9f2ba0d0f2
commit c481d3d1f5

View File

@@ -3,7 +3,7 @@
_realname=libsidplayfp
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=2.4.0
pkgver=2.4.1
pkgrel=1
pkgdesc="A library to play Commodore 64 music (mingw-w64)"
arch=('any')
@@ -16,7 +16,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-libftdi"
makedepends=("${MINGW_PACKAGE_PREFIX}-autotools" "${MINGW_PACKAGE_PREFIX}-cc")
options=('staticlibs' 'strip')
source=("https://github.com/libsidplayfp/libsidplayfp/releases/download/v${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('1e9a113003711ef2ef16c9f2576a9cfb8194600740df37576b9738221d6b7296')
sha256sums=('ff583bb664ad642e732741fddf15ca44e156476b9c5e7c3550d7967611d878e3')
prepare() {
cd "${srcdir}/${_realname}-${pkgver}"