bazel-contrib/tar.bzl (tar.bzl)
Using Bzlmod with Bazel 6 or greater
- (Bazel 6 only) Enable with
common --enable_bzlmod
in .bazelrc
.
- Add to your
MODULE.bazel
file:
bazel_dep(name = "tar.bzl", version = "0.5.5")
Using WORKSPACE
Paste this snippet into your WORKSPACE.bazel
file:
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "tar.bzl",
sha256 = "b025c3bab92066c23d070795b0e5de9c5d339c1953d5ed98aa686e89b914866d",
strip_prefix = "tar.bzl-0.5.5",
url = "https://github.com/bazel-contrib/tar.bzl/releases/download/v0.5.5/tar.bzl-v0.5.5.tar.gz",
)
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
######################
### tar.bzl setup #
######################
http_archive(
name = "bazel_skylib",
sha256 = "bc283cdfcd526a52c3201279cda4bc298652efa898b10b4db0837dc51652756f",
urls = [
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.7.1/bazel-skylib-1.7.1.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.7.1/bazel-skylib-1.7.1.tar.gz",
],
)
http_archive(
name = "aspect_bazel_lib",
sha256 = "2be8a5df0b20b0ed37604b050da01dbf7ad45ad44768c0d478b64779b9f58412",
strip_prefix = "bazel-lib-2.15.3",
url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v2.15.3/bazel-lib-v2.15.3.tar.gz",
)
load("@​aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "aspect_bazel_lib_register_toolchains")
### Required bazel-lib dependencies
aspect_bazel_lib_dependencies()
### Register bazel-lib toolchains
aspect_bazel_lib_register_toolchains()
What's Changed
Full Changelog: bazel-contrib/tar.bzl@v0.5.4...v0.5.5
Using Bzlmod with Bazel 6 or greater
- (Bazel 6 only) Enable with
common --enable_bzlmod
in .bazelrc
.
- Add to your
MODULE.bazel
file:
bazel_dep(name = "tar.bzl", version = "0.5.4")
Using WORKSPACE
Paste this snippet into your WORKSPACE.bazel
file:
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "tar.bzl",
sha256 = "0a364de1fc46803ec6283b73d12af3be0201fd3e6a881ee069aedaff6624c4b4",
strip_prefix = "tar.bzl-0.5.4",
url = "https://github.com/bazel-contrib/tar.bzl/releases/download/v0.5.4/tar.bzl-v0.5.4.tar.gz",
)
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
######################
### tar.bzl setup #
######################
http_archive(
name = "bazel_skylib",
sha256 = "bc283cdfcd526a52c3201279cda4bc298652efa898b10b4db0837dc51652756f",
urls = [
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.7.1/bazel-skylib-1.7.1.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.7.1/bazel-skylib-1.7.1.tar.gz",
],
)
http_archive(
name = "aspect_bazel_lib",
sha256 = "2be8a5df0b20b0ed37604b050da01dbf7ad45ad44768c0d478b64779b9f58412",
strip_prefix = "bazel-lib-2.15.3",
url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v2.15.3/bazel-lib-v2.15.3.tar.gz",
)
load("@​aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "aspect_bazel_lib_register_toolchains")
### Required bazel-lib dependencies
aspect_bazel_lib_dependencies()
### Register bazel-lib toolchains
aspect_bazel_lib_register_toolchains()
What's Changed
New Contributors
Full Changelog: bazel-contrib/tar.bzl@v0.5.2...v0.5.4
Using Bzlmod with Bazel 6 or greater
- (Bazel 6 only) Enable with
common --enable_bzlmod
in .bazelrc
.
- Add to your
MODULE.bazel
file:
bazel_dep(name = "tar.bzl", version = "0.5.3")
Using WORKSPACE
Paste this snippet into your WORKSPACE.bazel
file:
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "tar.bzl",
sha256 = "085ece83eddea88c889ca50ff55f26436fed78ffbe73689bda6d32acc6ea691d",
strip_prefix = "tar.bzl-0.5.3",
url = "https://github.com/bazel-contrib/tar.bzl/releases/download/v0.5.3/tar.bzl-v0.5.3.tar.gz",
)
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
######################
### tar.bzl setup #
######################
http_archive(
name = "bazel_skylib",
sha256 = "bc283cdfcd526a52c3201279cda4bc298652efa898b10b4db0837dc51652756f",
urls = [
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.7.1/bazel-skylib-1.7.1.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.7.1/bazel-skylib-1.7.1.tar.gz",
],
)
http_archive(
name = "aspect_bazel_lib",
sha256 = "2be8a5df0b20b0ed37604b050da01dbf7ad45ad44768c0d478b64779b9f58412",
strip_prefix = "bazel-lib-2.15.3",
url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v2.15.3/bazel-lib-v2.15.3.tar.gz",
)
load("@​aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "aspect_bazel_lib_register_toolchains")
### Required bazel-lib dependencies
aspect_bazel_lib_dependencies()
### Register bazel-lib toolchains
aspect_bazel_lib_register_toolchains()
What's Changed
Full Changelog: bazel-contrib/tar.bzl@v0.5.1...v0.5.3
Using Bzlmod with Bazel 6 or greater
- (Bazel 6 only) Enable with
common --enable_bzlmod
in .bazelrc
.
- Add to your
MODULE.bazel
file:
bazel_dep(name = "tar.bzl", version = "0.5.2")
Using WORKSPACE
Paste this snippet into your WORKSPACE.bazel
file:
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "tar.bzl",
sha256 = "403d2701427f3f7b3a5de26aaa10ed7f0f671206cae202262ae6094327bc21b0",
strip_prefix = "tar.bzl-0.5.2",
url = "https://github.com/bazel-contrib/tar.bzl/releases/download/v0.5.2/tar.bzl-v0.5.2.tar.gz",
)
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
######################
### tar.bzl setup #
######################
http_archive(
name = "bazel_skylib",
sha256 = "bc283cdfcd526a52c3201279cda4bc298652efa898b10b4db0837dc51652756f",
urls = [
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.7.1/bazel-skylib-1.7.1.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.7.1/bazel-skylib-1.7.1.tar.gz",
],
)
http_archive(
name = "aspect_bazel_lib",
sha256 = "2be8a5df0b20b0ed37604b050da01dbf7ad45ad44768c0d478b64779b9f58412",
strip_prefix = "bazel-lib-2.15.3",
url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v2.15.3/bazel-lib-v2.15.3.tar.gz",
)
load("@​aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "aspect_bazel_lib_register_toolchains")
### Required bazel-lib dependencies
aspect_bazel_lib_dependencies()
### Register bazel-lib toolchains
aspect_bazel_lib_register_toolchains()
What's Changed
Full Changelog: bazel-contrib/tar.bzl@v0.5.1...v0.5.2
Uh oh!
There was an error while loading. Please reload this page.
This PR contains the following updates:
2.19.3
->2.21.1
2.4.2
->2.5.0
3.6.3
->3.7.0
a957283
->17eac47
93467ec
->8ee9ae3
0.5.1
->0.5.5
Release Notes
bazel-contrib/tar.bzl (tar.bzl)
v0.5.5
Using Bzlmod with Bazel 6 or greater
common --enable_bzlmod
in.bazelrc
.MODULE.bazel
file:Using WORKSPACE
Paste this snippet into your
WORKSPACE.bazel
file:What's Changed
Full Changelog: bazel-contrib/tar.bzl@v0.5.4...v0.5.5
v0.5.4
Using Bzlmod with Bazel 6 or greater
common --enable_bzlmod
in.bazelrc
.MODULE.bazel
file:Using WORKSPACE
Paste this snippet into your
WORKSPACE.bazel
file:What's Changed
New Contributors
Full Changelog: bazel-contrib/tar.bzl@v0.5.2...v0.5.4
v0.5.3
Using Bzlmod with Bazel 6 or greater
common --enable_bzlmod
in.bazelrc
.MODULE.bazel
file:Using WORKSPACE
Paste this snippet into your
WORKSPACE.bazel
file:What's Changed
Full Changelog: bazel-contrib/tar.bzl@v0.5.1...v0.5.3
v0.5.2
Using Bzlmod with Bazel 6 or greater
common --enable_bzlmod
in.bazelrc
.MODULE.bazel
file:Using WORKSPACE
Paste this snippet into your
WORKSPACE.bazel
file:What's Changed
Full Changelog: bazel-contrib/tar.bzl@v0.5.1...v0.5.2
Configuration
📅 Schedule: Branch creation - "after 10:00pm every weekday,before 5:00am every weekday,every weekend" in timezone America/Tijuana, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.