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 21, 2019
1 parent 6f83af7 commit 6636c28
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-19/6e3f1aa1/ctags-2019-06-19_6e3f1aa1-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2019-06-19/6e3f1aa1/ctags-2019-06-19_6e3f1aa1-x64.zip'
checksum = '52AB8A37B8FCE3993D21889AFFEC7EFB6E0FC0BBC91B6E32D9E267B465AAB112'
checksum64 = '237E5F50871BFD1B6DF999DAA4783338AA7AD5A6D4A0F1DF0162B1B6EA902191'
url = 'https://github.com/universal-ctags/ctags-win32/releases/download/2019-06-20/6928d2b3/ctags-2019-06-20_6928d2b3-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2019-06-20/6928d2b3/ctags-2019-06-20_6928d2b3-x64.zip'
checksum = '88797157446DFFBA7A43131F91A95D06EFFDE61724E33D84A79F50E06B5D0B71'
checksum64 = 'C7D17EC0C2C55D3048FABFD01B9ECF8839181DBD44EB542978094E9ADBAA8B64'
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.19</version>
<version>2019.06.20</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 6636c28

Please sign in to comment.