Skip to content

Commit

Permalink
main/curl: upgrade to 7.64.1 and enable check()
Browse files Browse the repository at this point in the history
  • Loading branch information
andypost committed Apr 6, 2019
1 parent e664c4b commit 34f5bf5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
10 changes: 4 additions & 6 deletions main/curl/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand 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:
Expand Down Expand Up @@ -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"
10 changes: 0 additions & 10 deletions main/curl/url-fix-7.64.patch

This file was deleted.

0 comments on commit 34f5bf5

Please sign in to comment.