diff options
author | ptrcnull <git@ptrcnull.me> | 2022-02-05 00:10:33 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2022-02-04 23:35:33 +0000 |
commit | 6a87651649f0335edc116d0b16e7b621757dd4ae (patch) | |
tree | c6cc12e206d85ff6f610348f8fb07f0862ab29f6 | |
parent | e070d109619c9282cfe638a2577b5f2190c99cdd (diff) | |
download | aports-6a87651649f0335edc116d0b16e7b621757dd4ae.tar.gz aports-6a87651649f0335edc116d0b16e7b621757dd4ae.tar.bz2 aports-6a87651649f0335edc116d0b16e7b621757dd4ae.tar.xz |
community/asio: upgrade to 1.20.0
-rw-r--r-- | community/asio/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/asio/APKBUILD b/community/asio/APKBUILD index 6f411507f7..3cd3e41b81 100644 --- a/community/asio/APKBUILD +++ b/community/asio/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=asio -pkgver=1.18.2 -pkgrel=1 +pkgver=1.20.0 +pkgrel=0 pkgdesc="Cross-platform C++ library for network programming" url="https://think-async.com/Asio/" arch="all" @@ -36,5 +36,5 @@ package() { } sha512sums=" -ebe659f958b1813c4a843dce94a8f51d3a3b9f8e0237aa0f032009adaf85400b63b04ac8d664c9424397927d34d78206cbc646d921a520ed415c505f086628b1 asio-1.18.2.tar.bz2 +6421960abd2cf0c205cc50e86adfe492bca2870b486328b4825dc0cefc9c40cdc085516d474c23e15a73f4c108c0e69add5fab6dbe594a1e53636c5c3027e4c5 asio-1.20.0.tar.bz2 " |