| From ad1245d8341c0cfe983a6ced8972cdf7c4ede73b Mon Sep 17 00:00:00 2001 |
| From: Alex Van Damme <atv@google.com> |
| Date: Thu, 15 Aug 2024 16:47:37 -0700 |
| Subject: [PATCH 5/5] Update flex release URL |
| |
| --- |
| .../com_github_westes_flex/com_github_westes_flex.bzl | 2 +- |
| 1 file changed, 1 insertion(+), 1 deletion(-) |
| |
| diff --git a/dependency_support/com_github_westes_flex/com_github_westes_flex.bzl b/dependency_support/com_github_westes_flex/com_github_westes_flex.bzl |
| index 3a13bed..48c78f0 100644 |
| --- a/dependency_support/com_github_westes_flex/com_github_westes_flex.bzl |
| +++ b/dependency_support/com_github_westes_flex/com_github_westes_flex.bzl |
| @@ -22,7 +22,7 @@ def com_github_westes_flex(): |
| http_archive, |
| name = "com_github_westes_flex", |
| urls = [ |
| - "https://github.com/westes/flex/files/981163/flex-2.6.4.tar.gz", |
| + "https://github.com/westes/flex/releases/download/v2.6.4/flex-2.6.4.tar.gz", |
| ], |
| strip_prefix = "flex-2.6.4", |
| sha256 = "e87aae032bf07c26f85ac0ed3250998c37621d95f8bd748b31f15b33c45ee995", |
| -- |
| 2.46.0.184.g6999bdac58-goog |
| |