Skip to content

Commit

Permalink
deps: Bump rules_pkg -> ad57589 (#18746)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax committed Oct 27, 2021
1 parent 723ed18 commit faafc66
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -698,11 +698,12 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "Packaging rules for Bazel",
project_desc = "Bazel rules for the packaging distributions",
project_url = "https://github.com/bazelbuild/rules_pkg",
version = "0.5.1",
sha256 = "a89e203d3cf264e564fcb96b6e06dd70bc0557356eb48400ce4b5d97c2c3720d",
urls = ["https://github.com/bazelbuild/rules_pkg/releases/download/{version}/rules_pkg-{version}.tar.gz"],
version = "ad57589abb069baa48f982778de408ea02d714fd",
sha256 = "ec14799a45f1d3b6c3e61c4d04513001bddac9208f09077b1f8c91ab47d234d2",
strip_prefix = "rules_pkg-{version}/pkg",
urls = ["https://github.com/bazelbuild/rules_pkg/archive/{version}.tar.gz"],
use_category = ["build"],
release_date = "2021-08-18",
release_date = "2021-10-22",
),
six = dict(
project_name = "Six",
Expand Down

0 comments on commit faafc66

Please sign in to comment.