aboutsummaryrefslogtreecommitdiffstats
path: root/community/asio/APKBUILD
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2018-12-26 21:26:04 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2018-12-26 21:26:04 +0000
commitff6945f9884669c2b6c7305a84b9c55912867523 (patch)
tree64db7d718b691ea1b9139d1ac92370a25aff282b /community/asio/APKBUILD
parent6c36be3b8b6724798ec262b84b8ef8259e7984f8 (diff)
downloadaports-ff6945f9884669c2b6c7305a84b9c55912867523.tar.bz2
aports-ff6945f9884669c2b6c7305a84b9c55912867523.tar.xz
community/asio: upgrade to 1.12.2
Diffstat (limited to 'community/asio/APKBUILD')
-rw-r--r--community/asio/APKBUILD13
1 files changed, 3 insertions, 10 deletions
diff --git a/community/asio/APKBUILD b/community/asio/APKBUILD
index 3606cfdc84..730e7407da 100644
--- a/community/asio/APKBUILD
+++ b/community/asio/APKBUILD
@@ -1,25 +1,18 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=asio
-pkgver=1.12.1
-pkgrel=1
+pkgver=1.12.2
+pkgrel=0
pkgdesc="Cross-platform C++ library for network programming"
url="https://think-async.com"
arch="all"
license="BSL-1.0"
-depends=""
depends_dev="boost-dev openssl-dev"
makedepends="$depends_dev"
-install=""
subpackages="$pkgname-dev"
source="https://downloads.sourceforge.net/sourceforge/asio/$pkgname-$pkgver.tar.bz2"
builddir="$srcdir/$pkgname-$pkgver"
-prepare() {
- default_prepare
- update_config_sub
-}
-
build() {
cd "$builddir"
./configure \
@@ -41,4 +34,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="a994e1ee9a252d9f8cc2ada0915a9866eeebdd2b1d9a8fd50fa8db06d5ee6277f44a0f83c79f46f939adca43e02373ffee78ff6b1d6ae1798dcb1cd6d56dc568 asio-1.12.1.tar.bz2"
+sha512sums="7ce2c9e846059a2205eca6bde285eab81164fbe087d51d35a33a07be6208049fcf07fc1ac33934a758b6b5907e56f3377e20bff10ffc9268376f81c6fae4e34a asio-1.12.2.tar.bz2"