Skip to content

Commit

Permalink
python-certifi: Update to 2024.8.30
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Dec 13, 2024
1 parent 1a5814b commit a616d90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python-certifi/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

_realname=certifi
pkgname="python-${_realname}"
pkgver=2024.7.4
pkgrel=3
pkgver=2024.8.30
pkgrel=1
pkgdesc="Python package for providing Mozilla's CA Bundle"
url='https://pypi.python.org/pypi/certifi'
msys2_references=(
Expand All @@ -18,7 +18,7 @@ makedepends=(
"python-installer"
)
source=("https://pypi.io/packages/source/${_realname:0:1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('5a1e7645bc0ec61a09e26c36f6106dd4cf40c6db3a1fb6352b0244e7fb057c7b')
sha256sums=('bec941d2aa8195e248a60b31ff9f0558284cf01a52591ceda73ea9afffd69fd9')

build() {
cd "${srcdir}/${_realname}-${pkgver}"
Expand Down

0 comments on commit a616d90

Please sign in to comment.