asio 1.12.1
Closes #26611. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
5d1e226808
commit
51abe2af46
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Asio < Formula
|
||||
desc "Cross-platform C++ Library for asynchronous programming"
|
||||
homepage "https://think-async.com/Asio"
|
||||
url "https://downloads.sourceforge.net/project/asio/asio/1.12.0%20%28Stable%29/asio-1.12.0.tar.bz2"
|
||||
sha256 "2c350b9ad7e266ab47935200a09194cbdf6f7ce2e3cabeddae6c68360d39d3ad"
|
||||
url "https://downloads.sourceforge.net/project/asio/asio/1.12.1%20%28Stable%29/asio-1.12.1.tar.bz2"
|
||||
sha256 "a9091b4de847539fa5b2259bf76a5355339c7eaaa5e33d7d4ae74d614c21965a"
|
||||
head "https://github.com/chriskohlhoff/asio.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue