From afca98f4f25037ae256c7cbfbb3d15ec600ae55a Mon Sep 17 00:00:00 2001 From: Chocolatey Auto Updater Date: Tue, 19 Nov 2019 00:05:01 +0000 Subject: [PATCH] AU: 1 updated - universal-ctags [skip ci] https://gist.github.com/50ac4a9d98c2d1f86d625e8b55b84d2a/5ec9025c2991d3a9f2fb8b72510043e082cac5c2 --- 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 0e8c8f5ab..41292eb10 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/2019-11-17/db4357d0/ctags-2019-11-17_db4357d0-x86.zip' - url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2019-11-17/db4357d0/ctags-2019-11-17_db4357d0-x64.zip' - checksum = 'DF561C47F83D13B3D114749794BCB408FBFA29B99DAED611C7360FB1D49A5402' - checksum64 = '45BEE3288D971CAFC66521330FB92A6F724EC7769719FBFA283580AC8C1FF359' + url = 'https://github.com/universal-ctags/ctags-win32/releases/download/2019-11-18/0f8e84d8/ctags-2019-11-18_0f8e84d8-x86.zip' + url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2019-11-18/0f8e84d8/ctags-2019-11-18_0f8e84d8-x64.zip' + checksum = '0E54AA1BDA4B0957F2D6662430BD6F1CBAB126702F739CCA2212C9ADAE46D957' + checksum64 = '2055167C2B31AB4CB39710FDB3644684CB840E45078713DB59D4E2F9C16F46EB' checksumType = 'sha256' checksumType64 = 'sha256' unzipLocation = $toolsPath diff --git a/automatic/universal-ctags/universal-ctags.nuspec b/automatic/universal-ctags/universal-ctags.nuspec index 9904810c9..47920c533 100644 --- a/automatic/universal-ctags/universal-ctags.nuspec +++ b/automatic/universal-ctags/universal-ctags.nuspec @@ -5,7 +5,7 @@ universal-ctags - 2019.11.17 + 2019.11.18 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.