all: use universal-ctags v6.0.0 (#57725)

This is the latest release from December 2022. I see important bug fixes
between our tagged version and this release.

A follow up commit needs to update the bazel shas once CI has built the
artifacts on main.

Test Plan: CI
This commit is contained in:
Keegan Carruthers-Smith 2023-10-24 16:16:15 +02:00 committed by GitHub
parent 91848b6387
commit 2783f0093b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -5,7 +5,7 @@
# Commit hash of github.com/universal-ctags/ctags.
# Last bumped 2022-04-04.
# When bumping please remember to also update Zoekt: https://github.com/sourcegraph/zoekt/blob/d3a8fbd8385f0201dd54ab24114ebd588dfcf0d8/install-ctags-alpine.sh
CTAGS_VERSION=f95bb3497f53748c2b6afc7f298cff218103ab90
CTAGS_VERSION=v6.0.0
cleanup() {
apk --no-cache --purge del ctags-build-deps || true

View File

@ -20,13 +20,13 @@ in
# yoinked from github.com/nixos/nixpkgs
unNixifyDylibs { inherit pkgs; } (stdenv.mkDerivation rec {
pname = "universal-ctags";
version = "5.9.20220403.0";
version = "6.0.0";
src = fetchFromGitHub {
owner = "universal-ctags";
repo = "ctags";
rev = "p${version}";
sha256 = "sha256-pd89KERQj6K11Nue3YFNO+NLOJGqcMnHkeqtWvMFk38=";
rev = "v${version}";
sha256 = "sha256-XlqBndo8g011SDGp3zM7S+AQ0aCp6rpQlqJF6e5Dd6w=";
};
depsBuildBuild = [

View File

@ -3,7 +3,7 @@
package:
name: ctags
version: 5.9.20220403.0
version: 6.0.0
epoch: 2
description: "A maintained ctags implementation"
target-architecture:
@ -34,8 +34,8 @@ environment:
pipeline:
- uses: fetch
with:
uri: https://github.com/universal-ctags/ctags/archive/refs/tags/p${{package.version}}.tar.gz
expected-sha256: df966f73ae6082acb9f4f7fe4e27f53a593782380f28ccf65f0ac38aaf697888
uri: https://github.com/universal-ctags/ctags/archive/refs/tags/v${{package.version}}.tar.gz
expected-sha256: 71229a73f25529c9e3dabb2cb7310c55405d31caee8e8a9ab5c71b2406d4005a
- name: Autogen
runs: |
./autogen.sh