Skip to content

Commit

Permalink
Merge pull request #19674 from lazka/python-paramiko-3.4.0
Browse files Browse the repository at this point in the history
python-paramiko: Update to 3.4.0
  • Loading branch information
lazka authored Jan 7, 2024
2 parents 30cb0dc + 6855d37 commit f64b7c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-python-paramiko/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=3.3.1
pkgver=3.4.0
pkgrel=1
pkgdesc="The leading native Python SSHv2 protocol library (mingw-w64)"
arch=('any')
Expand All @@ -26,7 +26,7 @@ makedepends=(
${MINGW_PACKAGE_PREFIX}-python-setuptools)
options=('staticlibs' 'strip' '!debug')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('6a3777a961ac86dbef375c5f5b8d50014a1a96d0fd7f054a43bc880134b0ff77')
sha256sums=('aac08f26a31dc4dffd92821527d1682d99d52f9ef6851968114a8728f3c274d3')

prepare() {
cd "${srcdir}"
Expand Down

0 comments on commit f64b7c4

Please sign in to comment.