diff --git a/binutils/mingw-w64-symlinks/PKGBUILD b/binutils/mingw-w64-symlinks/PKGBUILD index 8c55a0b8..7bc7fcb9 100644 --- a/binutils/mingw-w64-symlinks/PKGBUILD +++ b/binutils/mingw-w64-symlinks/PKGBUILD @@ -9,7 +9,7 @@ _targets="i686-w64-mingw32 x86_64-w64-mingw32" pkgname=mingw-w64-binutils-symlinks -pkgver=2.28 +pkgver=2.29 pkgrel=1 pkgdesc="Cross binutils for the MinGW-w64 cross-compiler (uses symlinks instead of hard links)" arch=('i686' 'x86_64') @@ -21,7 +21,7 @@ provides=('mingw-w64-binutils') conflicts=('mingw-w64-binutils') options=('!libtool' '!emptydirs') source=("https://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.gz") -sha256sums=('cd717966fc761d840d451dbd58d44e1e5b92949d2073d75b73fccb476d772fcf') +sha256sums=('172e8c89472cf52712fd23a9f14e9bca6182727fb45b0f8f482652a83d5a11b4') prepare() { cd ${srcdir}/binutils-${pkgver}