asio: update to 1.14.0

This commit is contained in:
mobinmob 2019-09-28 23:41:36 +03:00 committed by Helmut Pozimski
parent 4545e90ba4
commit d1fa8e63d7

View file

@ -1,7 +1,7 @@
# Template file for 'asio'
pkgname=asio
version=1.13.0
revision=2
version=1.14.0
revision=1
build_style=gnu-configure
makedepends="boost-devel"
depends="boost-devel"
@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="BSL-1.0"
homepage="http://think-async.com/Asio/"
distfiles="${SOURCEFORGE_SITE}/asio/asio-${version}.tar.bz2"
checksum=1efa97afbf4191eb3d0bb96026ac35ff2eb4a842866dfe8648fbd4829a9f7e39
checksum=2e1be1a518a568525f79b5734d13731b6b4e4399ec576a0961db6e2d86112973
pre_configure() {
case "$XBPS_TARGET_MACHINE" in
@ -19,3 +19,7 @@ pre_configure() {
-i ${wrksrc}/include/asio/impl/error_code.ipp
esac
}
post_install() {
vlicense LICENSE_1_0.txt
}