Skip to content

Commit a916c51

Browse files
committed
libsidplayfp: update to 2.16.0
1 parent da72a25 commit a916c51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mingw-w64-libsidplayfp/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
_realname=libsidplayfp
44
pkgbase=mingw-w64-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
6-
pkgver=2.15.2
6+
pkgver=2.16.0
77
pkgrel=1
88
pkgdesc="A library to play Commodore 64 music (mingw-w64)"
99
arch=('any')
@@ -16,7 +16,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-libftdi"
1616
"${MINGW_PACKAGE_PREFIX}-omp")
1717
makedepends=("${MINGW_PACKAGE_PREFIX}-autotools" "${MINGW_PACKAGE_PREFIX}-cc")
1818
source=("https://github.com/libsidplayfp/libsidplayfp/releases/download/v${pkgver}/${_realname}-${pkgver}.tar.gz")
19-
sha256sums=('7c6ab283fda53d34973fa266fc3809e16964dd8ccb7edcc11516ef5e3f66b3cd')
19+
sha256sums=('81bfd58ccaa3a0ef28c903b841b4fa3014811901fd12fbb9a80b7b5d5ec2b151')
2020

2121
prepare() {
2222
cd "${srcdir}/${_realname}-${pkgver}"

0 commit comments

Comments
 (0)