Skip to content

Commit

Permalink
Update fox toolkit to 1.6.54 (msys2#2405)
Browse files Browse the repository at this point in the history
This fixes segfaults in FXString.vformat() on Windows-10.

See discussion here:
https://sourceforge.net/p/foxgui/mailman/message/35797127/
  • Loading branch information
larskanis authored and Alexpux committed Apr 21, 2017
1 parent 6f9a4d7 commit 4a721d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-fox/PKGBUILD
Expand Up @@ -3,7 +3,7 @@
_realname=fox
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=1.6.53
pkgver=1.6.54
pkgrel=1
pkgdesc="C++ user interface toolkit (mingw-w64)"
arch=('any')
Expand All @@ -20,7 +20,7 @@ options=('strip')
source=("http://ftp.fox-toolkit.org/pub/${_realname}-${pkgver}.tar.gz"
fox-1-rdynamic.patch
fox-2-FXTrayIcon.patch)
sha256sums=('1fe3d53691dad766f91e288fc7ec0f10ae735127766ed17298c3519591d83806'
sha256sums=('960f16a8a69d41468f841039e83c2f58f3cb32622fc283a69f20381abb355219'
'98394112211e360046745040de7f6203fd4c8141bf99f9e10d34d848585a8368'
'200e604581b20bfaa35a8747c293d43e3024ce554b23c47c466b3ca11341b209')

Expand Down

0 comments on commit 4a721d8

Please sign in to comment.