Skip to content

Commit

Permalink
AU: 1 updated - universal-ctags
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Auto Updater committed Nov 19, 2019
1 parent bde9beb commit afca98f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions automatic/universal-ctags/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion automatic/universal-ctags/universal-ctags.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>universal-ctags</id>
<title></title>
<version>2019.11.17</version>
<version>2019.11.18</version>
<authors>universal-ctags</authors>
<owners>JonBoyleCoding</owners>
<summary>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.</summary>
Expand Down

0 comments on commit afca98f

Please sign in to comment.