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 Apr 14, 2019
1 parent e131eb5 commit f346111
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-04-12/f07b0a98/ctags-2019-04-12_f07b0a98-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2019-04-12/f07b0a98/ctags-2019-04-12_f07b0a98-x64.zip'
checksum = 'FAE48C1B12028315A344038AA0BBBB2ECF4FB4104F4C81D7920B83C1E36EF9F4'
checksum64 = '85FA432EFA675C729DE0EA47DDDFD15C128100D3E138C45101C970BEC94448BD'
url = 'https://github.com/universal-ctags/ctags-win32/releases/download/2019-04-13/61cc66cf/ctags-2019-04-13_61cc66cf-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2019-04-13/61cc66cf/ctags-2019-04-13_61cc66cf-x64.zip'
checksum = '22532C195A369E6F441845BA0BD8B7E4D9B626A2A418019B8DC207A85764D0BE'
checksum64 = '318EB8F1B1802AFF343E207E931C28D9AA025CEF2DE2F86F580B846329B0BC50'
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.04.12</version>
<version>2019.04.13</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 f346111

Please sign in to comment.