mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
libraries/asio: Updated for version 1.11.0
Signed-off-by: Andre Barboza <bmg.andre@gmail.com>
This commit is contained in:
parent
2fca82a924
commit
46a6eef4ac
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=asio
|
||||
VERSION=${VERSION:-1.10.8}
|
||||
VERSION=${VERSION:-1.11.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="asio"
|
||||
VERSION="1.10.8"
|
||||
VERSION="1.11.0"
|
||||
HOMEPAGE="http://think-async.com/Asio/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/asio/asio-1.10.8.tar.bz2"
|
||||
MD5SUM="59702ae78da4c45e5fffad39b062cf42"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/asio/asio-1.11.0.tar.bz2"
|
||||
MD5SUM="bc2ffb97c6282ef4f2064dbf8dfd3e86"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue