Skip to content

Commit

Permalink
python-httpcore: update to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
podsvirov committed Apr 29, 2024
1 parent 1a19b8f commit dc751af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-python-httpcore/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=httpcore
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.0.4
pkgver=1.0.5
pkgrel=1
pkgdesc="A minimal HTTP client (mingw-w64)"
arch=('any')
Expand All @@ -28,7 +28,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-hatchling"
"${MINGW_PACKAGE_PREFIX}-python-hatch-fancy-pypi-readme")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('cb2839ccfcba0d2d3c1131d3c3e26dfc327326fbe7a5dc0dbfe9f6c9151bb022')
sha256sums=('34a38e2f9291467ee3b44e89dd52615370e152954ba21721378a87b2960f7a61')

prepare() {
rm -rf python-build-${MSYSTEM} | true
Expand Down

0 comments on commit dc751af

Please sign in to comment.