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 May 24, 2019
1 parent e162f6a commit c67912a
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-05-16/2165a716/ctags-2019-05-16_2165a716-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2019-05-16/2165a716/ctags-2019-05-16_2165a716-x64.zip'
checksum = 'E864087BC23FB5BA8F4E8C27FAE6BD06979480CDB963DC4566482F650B95A017'
checksum64 = '57B0AFC311C87AB20C15A1C9A790EBA8432EA879BEBB885D84A8C50050FBC345'
url = 'https://github.com/universal-ctags/ctags-win32/releases/download/2019-05-23/3fdf28bc/ctags-2019-05-23_3fdf28bc-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2019-05-23/3fdf28bc/ctags-2019-05-23_3fdf28bc-x64.zip'
checksum = 'DBC3FF92D50E41B20EAA3376E28D97B52885D5B10ADD4251ED079943FE6A0D34'
checksum64 = '77AD60D776DF00A37E45DFDB05707489AF126352969C03D5EBC72C7EFD37BCD0'
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.05.16</version>
<version>2019.05.23</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 c67912a

Please sign in to comment.