Skip to content

Update dependencies #82

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Apr 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions modules/bazel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ sources:
- type: file
only-arches:
- x86_64
url: https://github.com/bazelbuild/bazel/releases/download/8.1.1/bazel-8.1.1-linux-x86_64
sha256: a2a095d7006ea70bdfdbe90a71f99f957fee1212d4614cfcfdbe3aadae681def
url: https://github.com/bazelbuild/bazel/releases/download/8.2.0/bazel-8.2.0-linux-x86_64
sha256: 78d1a7e411ae52b1049f78fd8bc1f502abc98feb612fa16719eb2143752db68e
dest-filename: bazel
x-checker-data:
type: anitya
Expand All @@ -19,8 +19,8 @@ sources:
- type: file
only-arches:
- aarch64
url: https://github.com/bazelbuild/bazel/releases/download/8.1.1/bazel-8.1.1-linux-arm64
sha256: 359be37055104d84a4a5fa5b570b5bde402a87c2d2b9fc736954bc11366b321e
url: https://github.com/bazelbuild/bazel/releases/download/8.2.0/bazel-8.2.0-linux-arm64
sha256: 57e2f6406a643168833ff028d3d2d399aaa1d8822887dbc9b2ff0044e61abdaf
dest-filename: bazel
x-checker-data:
type: anitya
Expand Down
4 changes: 2 additions & 2 deletions modules/boost.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: boost
buildsystem: simple
sources:
- type: archive
url: https://archives.boost.io/release/1.87.0/source/boost_1_87_0.tar.bz2
sha256: af57be25cb4c4f4b413ed692fe378affb4352ea50fbe294a11ef548f4d527d89
url: https://archives.boost.io/release/1.88.0/source/boost_1_88_0.tar.bz2
sha256: 46d9d2c06637b219270877c9e16155cbd015b6dc84349af064c088e9b5b12f7b
x-checker-data:
type: anitya
project-id: 6845
Expand Down