asio: update to 1.12.1.
Closes #13509. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
1505c31522
commit
e6e7dd87a8
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'asio'
|
||||
pkgname=asio
|
||||
version=1.12.0
|
||||
version=1.12.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
makedepends="boost-devel"
|
||||
depends="boost-devel"
|
||||
short_desc="Cross-platform C++ library for ASynchronous network I/O"
|
||||
license="BSL-1.0"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="Boost"
|
||||
homepage="http://asio.sourceforge.net"
|
||||
distfiles="${SOURCEFORGE_SITE}/asio/asio-${version}.tar.bz2"
|
||||
checksum=2c350b9ad7e266ab47935200a09194cbdf6f7ce2e3cabeddae6c68360d39d3ad
|
||||
checksum=a9091b4de847539fa5b2259bf76a5355339c7eaaa5e33d7d4ae74d614c21965a
|
||||
|
||||
pre_configure() {
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
|
Loading…
Reference in New Issue