Skip to content

Commit 39e424a

Browse files
chore: add system bazelboost-1.83.0.bzl.2 (#177)
Co-authored-by: zaucy <[email protected]>
1 parent f0a1dc1 commit 39e424a

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
module(
2+
name = "boost.system",
3+
version = "1.83.0.bzl.2",
4+
compatibility_level = 108300,
5+
)
6+
7+
bazel_dep(name = "rules_cc", version = "0.0.8")
8+
bazel_dep(name = "boost.assert", version = "1.83.0.bzl.1")
9+
bazel_dep(name = "boost.config", version = "1.83.0.bzl.6")
10+
bazel_dep(name = "boost.throw_exception", version = "1.83.0.bzl.1")
11+
bazel_dep(name = "boost.variant2", version = "1.83.0.bzl.1")
12+
bazel_dep(name = "boost.winapi", version = "1.83.0.bzl.1")
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"integrity": "sha256-QtPWw2I99aBzOfTZIh8qK+KmjbBvm3jtRXVC7NKdhag=",
3+
"patch_strip": 0,
4+
"patches": {},
5+
"url": "https://github.com/bazelboost/system/releases/download/bazelboost-1.83.0.bzl.2/system-bazelboost-1.83.0.bzl.2.tar.gz"
6+
}

modules/boost.system/metadata.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"github:bazelboost/system"
1212
],
1313
"versions": [
14-
"1.83.0.bzl.1"
14+
"1.83.0.bzl.1",
15+
"1.83.0.bzl.2"
1516
],
1617
"yanked_versions": {}
1718
}

0 commit comments

Comments
 (0)