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 15, 2019
1 parent 1119237 commit acfca3f
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-13/daec2965/ctags-2019-11-13_daec2965-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2019-11-13/daec2965/ctags-2019-11-13_daec2965-x64.zip'
checksum = '059D238734F326CB6002B465F4CC93A51207F63133A13A9EE4408C4C8A89A35C'
checksum64 = '65460F2D26871433FAD6D6B7854D00AB30A91D16DD46075D58E9A9DF601864E0'
url = 'https://github.com/universal-ctags/ctags-win32/releases/download/2019-11-14/6a658021/ctags-2019-11-14_6a658021-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2019-11-14/6a658021/ctags-2019-11-14_6a658021-x64.zip'
checksum = 'C78526FBD63ACBACBFB5BFFC271C1DA3B5C7BE9E6ACE06B0FD869780470B8D3D'
checksum64 = 'DBEF66595F2872D34CE5097E7A0D62E190C46CD220BE7449B63B42684F67366E'
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.13</version>
<version>2019.11.14</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 acfca3f

Please sign in to comment.