Skip to content

Commit 7830f6e

Browse files
cocotec-automation[bot]tomgr
authored andcommitted
chore(deps): update popili digests and bump version
1 parent 629c002 commit 7830f6e

4 files changed

Lines changed: 12 additions & 5 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module(
1818
name = "rules_coco",
19-
version = "0.1.10",
19+
version = "0.1.11",
2020
compatibility_level = 1,
2121
)
2222

coco/private/known_shas.bzl

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,12 @@ FILE_KEY_TO_SHA = {
115115
"1.5.3/popili_darwin_arm64.zip": "e16495a17d98b4cb5f57a9e5b7b369d069ffb92bafb18f7358e6903843f0064c",
116116
"1.5.3/coco-cpp-runtime.zip": "cc64420da259d9248ba87a6bdad00a264de79ec4de7438edcc34ab7499bcef4b",
117117
"1.5.3/coco-c-runtime.zip": "601da4211f7dd6e69deec3fb33eaec750be627166f3a23a02ab7670de2f0960b",
118-
"1.5.3/coco-csharp-runtime.zip": "637366594cb81a1513b5b03edb7e9c4c4714f978b764b22b32280befd049ecc3"
118+
"1.5.3/coco-csharp-runtime.zip": "637366594cb81a1513b5b03edb7e9c4c4714f978b764b22b32280befd049ecc3",
119+
"1.5.4/popili_linux_amd64.zip": "a4bf3a1739240eff639bc5b38d693c34721a62d85a54dc1e4cd38282b5e0644b",
120+
"1.5.4/popili_windows_amd64.zip": "2ed9aefaf75567154260130999c002b77cf15281eee0064a0e9eb4742f41ca18",
121+
"1.5.4/popili_linux_arm64.zip": "7eb1a04b8b49cf417a54470c932125b708acd369378878aa11904a3bdaed4521",
122+
"1.5.4/popili_darwin_arm64.zip": "3f82aa829c8707f399011c3a554a8d6a055a5cad4ccf3fb43fc3cd9b9e78410d",
123+
"1.5.4/coco-cpp-runtime.zip": "cc64420da259d9248ba87a6bdad00a264de79ec4de7438edcc34ab7499bcef4b",
124+
"1.5.4/coco-c-runtime.zip": "601da4211f7dd6e69deec3fb33eaec750be627166f3a23a02ab7670de2f0960b",
125+
"1.5.4/coco-csharp-runtime.zip": "eda90edf0c3e77581645dba8608c2a585833e9c4c7797026e70c034ca87f7196"
119126
}

coco/private/version_aliases.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"""Maps version aliases (like "stable") to actual version numbers."""
55

66
VERSION_ALIASES = {
7-
"stable": "1.5.3",
8-
"testing": "1.5.3",
7+
"stable": "1.5.4",
8+
"testing": "1.5.4",
99
}

version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""The version of rules_coco."""
22

3-
VERSION = "0.1.10"
3+
VERSION = "0.1.11"

0 commit comments

Comments
 (0)