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 Jun 25, 2019
1 parent 831fdf1 commit 60eed99
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-06-23/f06928e3/ctags-2019-06-23_f06928e3-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2019-06-23/f06928e3/ctags-2019-06-23_f06928e3-x64.zip'
checksum = '67A946FEEB7574AE188CF012611738919FFA3F3419D251F11CA9BF9413B1E56B'
checksum64 = 'B9F3EF833CB09BF608D2EF0EA3C49DDC62C9AE2BA154715B04ABCB62256DDA3A'
url = 'https://github.com/universal-ctags/ctags-win32/releases/download/2019-06-24/2b0aa59c/ctags-2019-06-24_2b0aa59c-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2019-06-24/2b0aa59c/ctags-2019-06-24_2b0aa59c-x64.zip'
checksum = '9E2B6F9BB17558E342C3F0F60F7224A5FF21E1ED63454BAEEB79A8BD479B4184'
checksum64 = 'C5DD9CC33FE63977FA14F6AB05B760BE7E1671FA526714834553E899410187C0'
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.06.23</version>
<version>2019.06.24</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 60eed99

Please sign in to comment.