Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions curl/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgbase=curl
pkgname=('curl' 'libcurl' 'libcurl-devel')
pkgver=8.19.0
pkgver=8.20.0
pkgrel=1
pkgdesc="Multi-protocol file transfer utility"
arch=('i686' 'x86_64')
Expand All @@ -14,7 +14,7 @@ makedepends=('libxcrypt-devel' 'libidn2-devel'
options=('!libtool' 'strip' '!debug')
source=("https://github.com/curl/curl/releases/download/${pkgbase}-${pkgver//./_}/${pkgbase}-${pkgver}.tar.bz2"{,.asc}
curl-8.10.0-msys2.patch)
sha256sums=('eba3230c1b659211a7afa0fbf475978cbf99c412e4d72d9aa92d020c460742d4'
sha256sums=('4be48e69cf467246cb97d369b85d78a08528f2b37cffef2418ee16e6a4eb596e'
'SKIP'
'edcbb8116d02685d5a26ffaff1eef07f8f679023a1669c071e17bb6b75fc3e13')
validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
Expand Down
Loading