Skip to content

Commit

Permalink
Update README with release v0.2.1 URL and checksum.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 29373b039546db22a99d89a3b148e424088838ac
  • Loading branch information
jmillikin committed Apr 28, 2022
1 parent 2b6ba2c commit 6b70f24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "rules_m4",
urls = ["https://github.com/jmillikin/rules_m4/releases/download/v0.2/rules_m4-v0.2.tar.xz"],
sha256 = "c67fa9891bb19e9e6c1050003ba648d35383b8cb3c9572f397ad24040fb7f0eb",
sha256 = "f59f75ac8a315d7647a2d058d324a87ff9ebbc4bf5c7a61b08d58da119a7fb43",
urls = ["https://github.com/jmillikin/rules_m4/releases/download/v0.2.1/rules_m4-v0.2.1.tar.xz"],
)

load("@rules_m4//m4:m4.bzl", "m4_register_toolchains")

m4_register_toolchains()
m4_register_toolchains(version = "1.4.18")
```

```python
Expand Down

0 comments on commit 6b70f24

Please sign in to comment.