Skip to content

Commit

Permalink
boost hashes updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kassane committed Nov 16, 2023
1 parent f71cb4a commit 5116b9b
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ fn boostLibraries(b: *std.Build, config: Config) *std.Build.Step.Compile {
const boostCore = GitRepoStep.create(b, .{
.url = "https://github.com/boostorg/core.git",
.branch = "develop",
.sha = "5f6fe65eb227375888f7305c73767600ab7f1cf2",
.sha = "ba6360e8edcc053c226e924af86996c79494c796",
.fetch_enabled = true,
});
const boostAlg = GitRepoStep.create(b, .{
Expand All @@ -204,19 +204,19 @@ fn boostLibraries(b: *std.Build, config: Config) *std.Build.Step.Compile {
const boostConfig = GitRepoStep.create(b, .{
.url = "https://github.com/boostorg/config.git",
.branch = "develop",
.sha = "33b12777cff1c818e31ec33333cc821e9f506fd6",
.sha = "ccff36321ff514de097a2c27a74235bfe6d9a115",
.fetch_enabled = true,
});
const boostAssert = GitRepoStep.create(b, .{
.url = "https://github.com/boostorg/assert.git",
.branch = "develop",
.sha = "02256c84fd0cd58a139d9dc1b25b5019ca976ada",
.sha = "5227f10a99442da67415e9649be2b4d9df53b61e",
.fetch_enabled = true,
});
const boostTraits = GitRepoStep.create(b, .{
.url = "https://github.com/boostorg/type_traits.git",
.branch = "develop",
.sha = "1ebd31e60eab91bd8bdc586d8df00586ecfb53e4",
.sha = "821c53c0b45529dca508fadc7d018fb1bb6ece21",
.fetch_enabled = true,
});
const boostMP11 = GitRepoStep.create(b, .{
Expand Down Expand Up @@ -246,13 +246,13 @@ fn boostLibraries(b: *std.Build, config: Config) *std.Build.Step.Compile {
const boostHash = GitRepoStep.create(b, .{
.url = "https://github.com/boostorg/container_hash.git",
.branch = "develop",
.sha = "226eb066e949adbf37b220e993d64ecefeeaae99",
.sha = "48a306dcf236ae460d9ba55648d449ed7bea1dee",
.fetch_enabled = true,
});
const boostDescribe = GitRepoStep.create(b, .{
.url = "https://github.com/boostorg/describe.git",
.branch = "develop",
.sha = "a0eafb08100eb15a57b6dae6d270c0012a56aa21",
.sha = "c89e4dd3db81eb4f2867b2bc965d161f51cc316c",
.fetch_enabled = true,
});
const boostMpl = GitRepoStep.create(b, .{
Expand Down Expand Up @@ -312,7 +312,7 @@ fn boostLibraries(b: *std.Build, config: Config) *std.Build.Step.Compile {
const boostUtil = GitRepoStep.create(b, .{
.url = "https://github.com/boostorg/utility.git",
.branch = "develop",
.sha = "eb721609af5ba8eea53e405ae6d901718866605f",
.sha = "a95a4f6580c65be5861cf4c40dbf9ed64a344ee6",
.fetch_enabled = true,
});
const boostEndian = GitRepoStep.create(b, .{
Expand All @@ -330,7 +330,7 @@ fn boostLibraries(b: *std.Build, config: Config) *std.Build.Step.Compile {
const boostAsio = GitRepoStep.create(b, .{
.url = "https://github.com/boostorg/asio.git",
.branch = "develop",
.sha = "28ff1e7c2b44f141eb809abaf2d76c95f38350ca",
.sha = "73bf97adc8a7f755f5997b08951c284c2eb10b4b",
.fetch_enabled = true,
});
const boostAlign = GitRepoStep.create(b, .{
Expand All @@ -342,7 +342,7 @@ fn boostLibraries(b: *std.Build, config: Config) *std.Build.Step.Compile {
const boostSystem = GitRepoStep.create(b, .{
.url = "https://github.com/boostorg/system.git",
.branch = "develop",
.sha = "2e7e46a802d5b87f9af636ddbe3dbf224ca9c794",
.sha = "8bc32b72674580a3d72af796a9cb2ef664bd7d53",
.fetch_enabled = true,
});
const boostIntrusive = GitRepoStep.create(b, .{
Expand All @@ -360,19 +360,19 @@ fn boostLibraries(b: *std.Build, config: Config) *std.Build.Step.Compile {
const boostOutcome = GitRepoStep.create(b, .{
.url = "https://github.com/boostorg/outcome.git",
.branch = "develop",
.sha = "39500a33117c23596673c1925479c7ff01b602f6",
.sha = "9563bb3080cfc2c7f25e447296402adde949ca07",
.fetch_enabled = true,
});
const boostBind = GitRepoStep.create(b, .{
.url = "https://github.com/boostorg/bind.git",
.branch = "develop",
.sha = "55d037093bc715d3cf5682f6f84c3dc3456a3b97",
.sha = "586d4e1fb0d52ca0943779182bba6e87d5f04a75",
.fetch_enabled = true,
});
const boostOptional = GitRepoStep.create(b, .{
.url = "https://github.com/boostorg/optional.git",
.branch = "develop",
.sha = "2f8d019f523ed8dd098afe02c1617bfb3560165e",
.sha = "c60db27762ff9cc16529e069c3c15f2fa898f994",
.fetch_enabled = true,
});
const boostDateTime = GitRepoStep.create(b, .{
Expand Down Expand Up @@ -414,7 +414,7 @@ fn boostLibraries(b: *std.Build, config: Config) *std.Build.Step.Compile {
const boostJson = GitRepoStep.create(b, .{
.url = "https://github.com/boostorg/json.git",
.branch = "develop",
.sha = "25e740d7baf174b114b31264b51788dcc15bce2c",
.sha = "90d858fc70ddd16898c29eec58692a50fb6902d6",
.fetch_enabled = true,
});
const boostContainer = GitRepoStep.create(b, .{
Expand All @@ -426,13 +426,13 @@ fn boostLibraries(b: *std.Build, config: Config) *std.Build.Step.Compile {
const boostVariant2 = GitRepoStep.create(b, .{
.url = "https://github.com/boostorg/variant2.git",
.branch = "develop",
.sha = "e2546b70ca04d4263f7a5917815506e488b6920f",
.sha = "9e4234bfd5688c0272b641954ab2f23f8ce9c613",
.fetch_enabled = true,
});
const boostWinApi = GitRepoStep.create(b, .{
.url = "https://github.com/boostorg/winapi.git",
.branch = "develop",
.sha = "02b4161832e7ca5f78e996967a793120e36b22dc",
.sha = "39396bd78254053f3137510478e8f956bd2b83d4",
.fetch_enabled = true,
});
if (config.header_only == .yes)
Expand Down

0 comments on commit 5116b9b

Please sign in to comment.