aboutsummaryrefslogtreecommitdiffstats
path: root/main/neon/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-11-07 20:12:37 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-11-09 19:58:33 +0000
commit32e99912957e2d4c78436b1a8f835984e4af40a4 (patch)
tree47a3888ea4a9f37a0569f319cd3b423880440082 /main/neon/APKBUILD
parentf499cbec425104d73db2e4e84061b719821d1f0c (diff)
downloadaports-32e99912957e2d4c78436b1a8f835984e4af40a4.tar.bz2
aports-32e99912957e2d4c78436b1a8f835984e4af40a4.tar.xz
main/neon: rebuild against libressl-2.6
Diffstat (limited to 'main/neon/APKBUILD')
-rw-r--r--main/neon/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/neon/APKBUILD b/main/neon/APKBUILD
index a1582e921d..01614bf0a4 100644
--- a/main/neon/APKBUILD
+++ b/main/neon/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=neon
pkgver=0.30.2
-pkgrel=1
+pkgrel=2
pkgdesc="HTTP and WebDAV client library with a C interface"
url="http://www.webdav.org/neon/"
arch="all"
@@ -10,7 +10,7 @@ makedepends="expat-dev libressl-dev zlib-dev"
depends="ca-certificates"
depends_dev="$makedepends"
subpackages="$pkgname-dev $pkgname-doc"
-source="http://www.webdav.org/$pkgname/$pkgname-$pkgver.tar.gz
+source="https://fossies.org/linux/www/neon-0.30.2.tar.gz
fix-libressl.patch"
build () {