David Munro | 6e015e7 | 2021-09-07 15:33:32 +1000 | [diff] [blame] | 1 | # Copyright 2021 The Chromium OS Authors. All rights reserved. |
| 2 | # Use of this source code is governed by a BSD-style license that can be |
| 3 | # found in the LICENSE file. |
| 4 | |
| 5 | # This pins us to version 0.5.1. Check |
| 6 | # https://github.com/bazelbuild/rules_pkg/releases for newer versions and |
| 7 | # instructions on how to update. |
| 8 | load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") |
| 9 | http_archive( |
| 10 | name = "rules_pkg", |
| 11 | urls = [ |
| 12 | "https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/0.5.1/rules_pkg-0.5.1.tar.gz", |
| 13 | "https://github.com/bazelbuild/rules_pkg/releases/download/0.5.1/rules_pkg-0.5.1.tar.gz", |
| 14 | ], |
| 15 | sha256 = "a89e203d3cf264e564fcb96b6e06dd70bc0557356eb48400ce4b5d97c2c3720d", |
| 16 | ) |
| 17 | load("@rules_pkg//:deps.bzl", "rules_pkg_dependencies") |
| 18 | rules_pkg_dependencies() |