Skip to content

Commit

Permalink
chore: mirror newest vale release (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle authored Aug 5, 2024
1 parent b97caa2 commit 32c6d70
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/vale.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lint/mirror_vale.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jq --slurp '.[0] * .[1]' $RAW $CURRENT > $OUT
)>$SCRIPT_DIR/vale_versions.bzl

echo "For now, you must manually replace placeholder sha256 with their content from checksums.txt:"
echo "https://github.com/errata-ai/vale/releases/download/v3.0.7/vale_3.0.7_checksums.txt"
echo "https://github.com/errata-ai/vale/releases/download/v3.7.0/vale_3.7.0_checksums.txt"
8 changes: 7 additions & 1 deletion lint/vale_versions.bzl
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
"This file is automatically updated by mirror_vale.sh"
VALE_VERSIONS = {
# https://github.com/errata-ai/vale/releases/download/v3.6.0/vale_3.6.0_checksums.txt
"v3.7.0": {
"Linux_64-bit": "1fe152f95b38d61be2ec914c5dd816e8733e5bbe78bb6e9827a1214e4b711109",
"Linux_arm64": "c6e7ad0e66d136afee56fbbb39780b8da375bba6caf97e05fd8e901aa3ab545d",
"macOS_64-bit": "286c0785d645c78aabb0dd22e967de0e38910de255f274f0dceccccc2224e164",
"macOS_arm64": "c0841b6e2ff1a78dbf62848e0d8eddff76f45c3962e39c2e24f1e0594a5db4ec",
"Windows_64-bit": "fc8528bf8a7cafec95f4cfafd78562df8f2d7a9906932e8d0f950ad50653be09",
},
"v3.6.0": {
"Linux_64-bit": "d27cd03f920202a7be5bba3fd9e784a22fe8b33f838911853588ce3ce594a25d",
"Linux_arm64": "45295ab07fd99c87a9cac20dce5d230d7b63ffec1394b38c8d5d4496347a069b",
Expand Down

0 comments on commit 32c6d70

Please sign in to comment.