aboutsummaryrefslogtreecommitdiffstats
path: root/community/asio/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-23 19:56:15 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-23 19:56:15 -0300
commit0125e339fdf2630c2c2e9af7cbdd9170d75ebbf3 (patch)
treec9b15d1fab36ff53ac874c8265471e3447868545 /community/asio/APKBUILD
parent1aafcfde4415368bebcea99118dead53bd6c22c0 (diff)
downloadaports-0125e339fdf2630c2c2e9af7cbdd9170d75ebbf3.tar.bz2
aports-0125e339fdf2630c2c2e9af7cbdd9170d75ebbf3.tar.xz
community/asio: fix url
Diffstat (limited to 'community/asio/APKBUILD')
-rw-r--r--community/asio/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/asio/APKBUILD b/community/asio/APKBUILD
index 76dfb5d258..e672a7178a 100644
--- a/community/asio/APKBUILD
+++ b/community/asio/APKBUILD
@@ -1,9 +1,9 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=asio
pkgver=1.14.0
-pkgrel=0
+pkgrel=1
pkgdesc="Cross-platform C++ library for network programming"
-url="https://think-async.com"
+url="https://think-async.com/Asio/"
arch="all"
license="BSL-1.0"
depends_dev="boost-dev openssl-dev"