From b71786075929904f2530eeb26a8735fde76d9466 Mon Sep 17 00:00:00 2001 From: Chocolatey Auto Updater Date: Tue, 4 May 2021 00:01:41 +0000 Subject: [PATCH] AU: 1 updated - universal-ctags [skip ci] https://gist.github.com/50ac4a9d98c2d1f86d625e8b55b84d2a --- automatic/universal-ctags/tools/chocolateyInstall.ps1 | 8 ++++---- automatic/universal-ctags/universal-ctags.nuspec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/automatic/universal-ctags/tools/chocolateyInstall.ps1 b/automatic/universal-ctags/tools/chocolateyInstall.ps1 index 298363b45..e253a985c 100644 --- a/automatic/universal-ctags/tools/chocolateyInstall.ps1 +++ b/automatic/universal-ctags/tools/chocolateyInstall.ps1 @@ -5,10 +5,10 @@ $download_dir = "$Env:TEMP\chocolatey\$packageName\$Env:ChocolateyPackageVersion $packageArgs = @{ packageName = 'universal-ctags' - url = 'https://github.com/universal-ctags/ctags-win32/releases/download/2021-05-01/p5.9.20210425.0-28-gb9f8c5f2/ctags-2021-05-01_p5.9.20210425.0-28-gb9f8c5f2-x86.zip' - url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2021-05-01/p5.9.20210425.0-28-gb9f8c5f2/ctags-2021-05-01_p5.9.20210425.0-28-gb9f8c5f2-x64.zip' - checksum = '93013D33E43CA61869E90A2A1B4915513F55B5FECACEEDFB37ED461FA99BE723' - checksum64 = 'E38CA9CF4F8207C7372CC2888095FAD9D906E4DF7D853D4F0094EB30C1C456B2' + url = 'https://github.com/universal-ctags/ctags-win32/releases/download/2021-05-03/p5.9.20210502.0-71-gf816a0d1/ctags-2021-05-03_p5.9.20210502.0-71-gf816a0d1-x86.zip' + url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2021-05-03/p5.9.20210502.0-71-gf816a0d1/ctags-2021-05-03_p5.9.20210502.0-71-gf816a0d1-x64.zip' + checksum = 'A1DFB56D7B738CA39C99B6CDAEEFD07835600F6A54B54870D6ECF0CB62098138' + checksum64 = 'D9BB573063E25F152075CDB1B63B3831E4BEB4CBEB34F56345121AB01FE08B7D' checksumType = 'sha256' checksumType64 = 'sha256' unzipLocation = $toolsPath diff --git a/automatic/universal-ctags/universal-ctags.nuspec b/automatic/universal-ctags/universal-ctags.nuspec index c0d2d15cc..93b347dcd 100644 --- a/automatic/universal-ctags/universal-ctags.nuspec +++ b/automatic/universal-ctags/universal-ctags.nuspec @@ -5,7 +5,7 @@ universal-ctags - 2021.05.01 + 2021.05.03 universal-ctags JonBoyleCoding universal-ctags has the objective of continuing the development from what existed in the Sourceforge area. Github exuberant-ctags repository was started by Reza Jelveh and was later moved to the universal-ctags organization.