summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorVanessasaurus <814322+vsoch@users.noreply.github.com>2021-09-18 07:13:55 -0600
committerGitHub <noreply@github.com>2021-09-18 07:13:55 -0600
commit1880db8457789b6b7228e7c71e509019b3213ba9 (patch)
tree6643a82ffa55f8376f34ef140addf5c6b8217382 /var
parent6538727fb380f9ed7271cc4cfc669be1c992ecd2 (diff)
downloadspack-1880db8457789b6b7228e7c71e509019b3213ba9.tar.gz
spack-1880db8457789b6b7228e7c71e509019b3213ba9.tar.bz2
spack-1880db8457789b6b7228e7c71e509019b3213ba9.tar.xz
spack-1880db8457789b6b7228e7c71e509019b3213ba9.zip
updating universal ctags to 5.2.0.xxxx (#26024)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/universal-ctags/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/universal-ctags/package.py b/var/spack/repos/builtin/packages/universal-ctags/package.py
index 792990bedb..01925e034a 100644
--- a/var/spack/repos/builtin/packages/universal-ctags/package.py
+++ b/var/spack/repos/builtin/packages/universal-ctags/package.py
@@ -13,10 +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"
+ url = "https://github.com/universal-ctags/ctags/archive/p5.9.20210912.0.tar.gz"
git = "https://github.com/universal-ctags/ctags.git"
version('master', branch='master')
+ version('5.9.20210912.0', sha256='5082d4f7e5695be3d697c46e2232d76c6d8adff51d22ba7a4b869362f444ee21')
version('5.9.20210808.0', sha256='7f5f88d20750dfa2437ca9d163972b8684e3cf16de022a5177f322be92f528cc')
depends_on('autoconf', type='build')