Skip to content

Commit

Permalink
sidplayfp: update to 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed Oct 7, 2024
1 parent 0e1feb1 commit b3b7645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-sidplayfp/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=sidplayfp
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=2.9.0
pkgver=2.10.0
pkgrel=1
pkgdesc="Console SID player (mingw-w64)"
arch=('any')
Expand All @@ -14,7 +14,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-libsidplayfp")
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-autotools")
source=("https://github.com/libsidplayfp/sidplayfp/releases/download/v${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('886d5032f7c3137f3a8a110ccd97bb3028e18349d112d7d5c80b6f01cdc7c8f9')
sha256sums=('ec95af0ac8157be49e2c3cc50f38ebf12504371fc3e14b7fec6b665710de878c')

build() {
mkdir -p "${srcdir}/build-${MSYSTEM}" && cd "${srcdir}/build-${MSYSTEM}"
Expand Down

0 comments on commit b3b7645

Please sign in to comment.