Skip to content

Commit

Permalink
Merge pull request msys2#19496 from lazka/python-websockets-12.0
Browse files Browse the repository at this point in the history
python-websockets: Update to 12.0
  • Loading branch information
lazka authored Dec 20, 2023
2 parents 31fa877 + 7155f9b commit 7fba049
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mingw-w64-python-websockets/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
_realname=websockets
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=11.0.3
pkgrel=2
pkgver=12.0
pkgrel=1
pkgdesc='Library for building WebSocket servers and clients in Python (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
Expand All @@ -19,7 +19,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
'tar')
source=("${_realname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
noextract=("${_realname}-${pkgver}.tar.gz")
sha256sums=('e412f6480c9bf8d5a58cb746a4d20df391a19017b6d2c39b136d84b0be8309c9')
sha256sums=('49978ae3f2aedf1c40ce9031c547fb766deaf7e86c3ec9677f0f5991bdc160ec')

prepare() {
[[ -d ${_realname}-${pkgver} ]] && rm -rf ${_realname}-${pkgver}
Expand Down

0 comments on commit 7fba049

Please sign in to comment.