Skip to content

Commit

Permalink
Merge pull request msys2#18949 from lazka/update-mingw-w64-12345
Browse files Browse the repository at this point in the history
Update mingw-w64
  • Loading branch information
lazka authored Oct 24, 2023
2 parents c1ae472 + a85d8d9 commit 0feb06e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-crt-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
_realname=crt
pkgbase=mingw-w64-${_realname}-git
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}-git"
pkgver=11.0.0.r216.gffe883434
pkgver=11.0.0.r239.g037ba0184
pkgrel=1
_commit='ffe883434d7f2e405f4a992b37c03deede0bf98e'
_commit='037ba01842153d5489aad0a673454e4046f69b4b'
pkgdesc='MinGW-w64 CRT for Windows'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
Expand Down
4 changes: 2 additions & 2 deletions mingw-w64-headers-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ _realname=headers
pkgbase=mingw-w64-${_realname}-git
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}-git"
pkgdesc="MinGW-w64 headers for Windows"
pkgver=11.0.0.r216.gffe883434
pkgver=11.0.0.r239.g037ba0184
pkgrel=1
_commit='ffe883434d7f2e405f4a992b37c03deede0bf98e'
_commit='037ba01842153d5489aad0a673454e4046f69b4b'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url="https://mingw-w64.sourceforge.io/"
Expand Down
4 changes: 2 additions & 2 deletions mingw-w64-libmangle-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ pkgbase=mingw-w64-${_realname}-git
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}-git"
provides=("${MINGW_PACKAGE_PREFIX}-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=11.0.0.r216.gffe883434
pkgver=11.0.0.r239.g037ba0184
pkgrel=1
_commit='ffe883434d7f2e405f4a992b37c03deede0bf98e'
_commit='037ba01842153d5489aad0a673454e4046f69b4b'
pkgdesc="MinGW-w64 libmangle"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
Expand Down
4 changes: 2 additions & 2 deletions mingw-w64-tools-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ pkgbase=mingw-w64-${_realname}-git
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}-git"
provides=("${MINGW_PACKAGE_PREFIX}-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=11.0.0.r216.gffe883434
pkgver=11.0.0.r239.g037ba0184
pkgrel=1
_commit='ffe883434d7f2e405f4a992b37c03deede0bf98e'
_commit='037ba01842153d5489aad0a673454e4046f69b4b'
pkgdesc="MinGW-w64 tools"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
Expand Down
4 changes: 2 additions & 2 deletions mingw-w64-winpthreads-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
_realname=winpthreads
pkgbase=mingw-w64-${_realname}-git
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}-git" "${MINGW_PACKAGE_PREFIX}-libwinpthread-git")
pkgver=11.0.0.r216.gffe883434
pkgver=11.0.0.r239.g037ba0184
pkgrel=1
_commit='ffe883434d7f2e405f4a992b37c03deede0bf98e'
_commit='037ba01842153d5489aad0a673454e4046f69b4b'
pkgdesc="MinGW-w64 winpthreads library"
url="https://mingw-w64.sourceforge.io/"
# The main license of `winpthreads' is MIT, but parts of this library are
Expand Down
4 changes: 2 additions & 2 deletions mingw-w64-winstorecompat-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
_realname=winstorecompat
pkgbase=mingw-w64-${_realname}-git
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}-git"
pkgver=11.0.0.r216.gffe883434
pkgver=11.0.0.r239.g037ba0184
pkgrel=1
_commit='ffe883434d7f2e405f4a992b37c03deede0bf98e'
_commit='037ba01842153d5489aad0a673454e4046f69b4b'
pkgdesc="MinGW-w64 winRT compat library"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
Expand Down

0 comments on commit 0feb06e

Please sign in to comment.