mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/asio: Updated for version 1.18.2.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b78d241069
commit
c8518383ac
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=asio
|
||||
VERSION=${VERSION:-1.11.0}
|
||||
VERSION=${VERSION:-1.18.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="asio"
|
||||
VERSION="1.11.0"
|
||||
VERSION="1.18.2"
|
||||
HOMEPAGE="http://think-async.com/Asio/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/asio/asio-1.11.0.tar.bz2"
|
||||
MD5SUM="bc2ffb97c6282ef4f2064dbf8dfd3e86"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/asio/asio-1.18.2.tar.bz2"
|
||||
MD5SUM="2c284127e81233ea4270117461c62315"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue