-
Notifications
You must be signed in to change notification settings - Fork 695
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
main/curl: upgrade to 7.64.1 and enable check()
- Loading branch information
Showing
2 changed files
with
4 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
# Contributor: Łukasz Jendrysik <[email protected]> | ||
# Maintainer: Natanael Copa <[email protected]> | ||
pkgname=curl | ||
pkgver=7.64.0 | ||
pkgrel=1 | ||
pkgver=7.64.1 | ||
pkgrel=0 | ||
pkgdesc="URL retrival utility and library" | ||
url="https://curl.haxx.se" | ||
arch="all" | ||
|
@@ -15,8 +15,7 @@ checkdepends="python2" | |
makedepends="$depends_dev autoconf automake groff libtool perl" | ||
subpackages="$pkgname-dbg $pkgname-doc $pkgname-dev libcurl" | ||
source="https://curl.haxx.se/download/$pkgname-$pkgver.tar.xz | ||
url-fix-7.64.patch" | ||
options="!check" # sftp tests failing | ||
" | ||
builddir="$srcdir/$pkgname-$pkgver" | ||
|
||
# secfixes: | ||
|
@@ -116,5 +115,4 @@ libcurl() { | |
mv "$pkgdir"/usr/lib "$subpkgdir"/usr | ||
} | ||
|
||
sha512sums="953f1f5336ce5dfd1b9f933624432d401552d91ee02d39ecde6f023c956f99ec6aae8d7746d7c34b6eb2d6452f114e67da4e64d9c8dd90b7644b7844e7b9b423 curl-7.64.0.tar.xz | ||
9b0cd3bfb705e804f21b3c87929ec5c3bbd6f17748e82cda75c3edbca5ea66cbcb0260c666635a2cbdaa6d4081008a9c445b4f266e9b970d3deaed21f9b352a1 url-fix-7.64.patch" | ||
sha512sums="1629ba154691bf9d936e0bce69ec8fb54991a40d34bc16ffdfb117f91e3faa93164154fc9ae9043e963955862e69515018673b7239f2fd625684a59cdd1db81c curl-7.64.1.tar.xz" |
This file was deleted.
Oops, something went wrong.