websocketpp: update to 0.7.0. (#8478)

This commit is contained in:
maxice8 2017-10-23 05:57:51 -02:00 committed by Juan RP
parent 59f2b2e29a
commit 6a127f185d

View file

@ -1,11 +1,15 @@
# Template file for 'websocketpp'
pkgname=websocketpp
version=0.5.1
revision=2
version=0.7.0
revision=1
build_style=cmake
short_desc="C++/Boost Asio based websocket client/server library"
maintainer="Duncan Overbruck <mail@duncano.de>"
license="BSD"
homepage="http://www.zaphoyd.com/websocketpp"
distfiles="https://github.com/zaphoyd/websocketpp/archive/${version}.tar.gz"
checksum=6d4d9b7b9feee63d45b1a2f62610c419238346fb824336bd732dca31b3aea69e
checksum=07b3364ad30cda022d91759d4b83ff902e1ebadb796969e58b59caa535a03923
post_install() {
vlicense COPYING
}