From 909dc8c6ab1e2c908ed138dccada6decc2cf32d4 Mon Sep 17 00:00:00 2001 From: Ben Lee Date: Mon, 17 Apr 2023 14:26:39 -0700 Subject: [PATCH] Update source.template.json to use a stable URL --- .bcr/source.template.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bcr/source.template.json b/.bcr/source.template.json index 3b60a80..f276fcf 100644 --- a/.bcr/source.template.json +++ b/.bcr/source.template.json @@ -1,5 +1,5 @@ { "integrity": "", "strip_prefix": "robolectric-bazel-{TAG}", - "url": "https://github.com/robolectric/robolectric-bazel/archive/{TAG}.tar.gz" -} \ No newline at end of file + "url": "https://github.com/robolectric/robolectric-bazel/archive/refs/tags/{TAG}.tar.gz" +}