Skip to content

Commit cfc0362

Browse files
quinnj2github-actions
andauthored
[aws_c_mqtt] Update to version 0.15.2 (#13334)
Co-authored-by: github-actions <github-actions@github.com>
1 parent 402399a commit cfc0362

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

A/aws_c_mqtt/build_tarballs.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
using BinaryBuilder, Pkg
44

55
name = "aws_c_mqtt"
6-
version = v"0.15.1"
6+
version = v"0.15.2"
77

88
# Collection of sources required to complete build
99
sources = [
10-
GitSource("https://github.com/awslabs/aws-c-mqtt.git", "e924c6c3031a2c9336fe052399f36048e8b79431"),
10+
GitSource("https://github.com/awslabs/aws-c-mqtt.git", "3c2ceee52b66db42228053a4fb55210c8f8433a0"),
1111
]
1212

1313
# Bash recipe for building across all platforms
@@ -37,7 +37,7 @@ products = [
3737
# Dependencies that must be installed before this package can be built
3838
dependencies = [
3939
Dependency("aws_c_http_jll"; compat="0.10.11"),
40-
Dependency("aws_c_io_jll"; compat="0.26.2"),
40+
Dependency("aws_c_io_jll"; compat="0.26.3"),
4141
BuildDependency("aws_lc_jll"),
4242
]
4343

0 commit comments

Comments
 (0)