From e07193c3f846420aa683c5b61780b9c5a7911595 Mon Sep 17 00:00:00 2001 From: Keegan Carruthers-Smith Date: Tue, 21 Nov 2023 14:39:52 +0200 Subject: [PATCH] symbols: minor update last bumped comment (#58455) This is so when users read the downloaded script they have the proper context. This is done outside of git so we can't just use blame. I got this date by looking at blame. Test Plan: n/a --- cmd/symbols/ctags-install-alpine.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/symbols/ctags-install-alpine.sh b/cmd/symbols/ctags-install-alpine.sh index 279a1f10829..661f1f4ca68 100755 --- a/cmd/symbols/ctags-install-alpine.sh +++ b/cmd/symbols/ctags-install-alpine.sh @@ -3,7 +3,7 @@ # This script installs universal-ctags within an alpine container. # Commit hash of github.com/universal-ctags/ctags. -# Last bumped 2022-04-04. +# Last bumped 2023-10-24. # When bumping please remember to also update Zoekt: https://github.com/sourcegraph/zoekt/blob/d3a8fbd8385f0201dd54ab24114ebd588dfcf0d8/install-ctags-alpine.sh CTAGS_VERSION=v6.0.0 CTAGS_ARCHIVE_TOP_LEVEL_DIR=ctags-6.0.0