Skip to content

Commit

Permalink
Align checksums with release
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Hunsicker committed Apr 3, 2018
1 parent 330daaf commit a2ecfdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ the [`antlr4`](#antlr4) rule:
```python
http_archive(
name = "rules_antlr",
sha256 = "66e1fcf1f8b5f2daa7c09268e5a10ab136834d73f0d0a94724100958ae560763",
sha256 = "ba34d0497736a629f38e359e66c423dbd79a4d8b1bd524db49be9e8f9e0ba2f7",
strip_prefix = "rules_antlr-0.1.0",
urls = ["https://github.com/marcohu/rules_antlr/archive/0.1.0.tar.gz"],
)
Expand Down
2 changes: 1 addition & 1 deletion docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ the external repository:
```python
http_archive(
name = "rules_antlr",
sha256 = "66e1fcf1f8b5f2daa7c09268e5a10ab136834d73f0d0a94724100958ae560763",
sha256 = "ba34d0497736a629f38e359e66c423dbd79a4d8b1bd524db49be9e8f9e0ba2f7",
strip_prefix = "rules_antlr-0.1.0",
urls = ["https://github.com/marcohu/rules_antlr/archive/0.1.0.tar.gz"],
)
Expand Down

0 comments on commit a2ecfdc

Please sign in to comment.