From 65584a3b9279fd1f9a40b3bcdae47b491bd5beab Mon Sep 17 00:00:00 2001 From: Bryan Herman <63422190+bryanherman@users.noreply.github.com> Date: Mon, 30 Aug 2021 09:51:47 +0000 Subject: universal-ctags: add version p5.9.20210829.0 (#25361) --- var/spack/repos/builtin/packages/universal-ctags/package.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/universal-ctags/package.py b/var/spack/repos/builtin/packages/universal-ctags/package.py index 4be0b3fcb6..792990bedb 100644 --- a/var/spack/repos/builtin/packages/universal-ctags/package.py +++ b/var/spack/repos/builtin/packages/universal-ctags/package.py @@ -13,9 +13,11 @@ class UniversalCtags(AutotoolsPackage): the indexed items.""" homepage = "https://ctags.io/" + url = "https://github.com/universal-ctags/ctags/archive/refs/tags/p5.9.20210808.0.tar.gz" git = "https://github.com/universal-ctags/ctags.git" version('master', branch='master') + version('5.9.20210808.0', sha256='7f5f88d20750dfa2437ca9d163972b8684e3cf16de022a5177f322be92f528cc') depends_on('autoconf', type='build') depends_on('automake', type='build') -- cgit v1.2.3-70-g09d2