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 14, 2022
1 parent 4827348 commit 122b168
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/2022-05-11/p5.9.20220508.0-4-g3873e705/ctags-2022-05-11_p5.9.20220508.0-4-g3873e705-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2022-05-11/p5.9.20220508.0-4-g3873e705/ctags-2022-05-11_p5.9.20220508.0-4-g3873e705-x64.zip'
checksum = 'DD333B0ACABDB4CA7F7DAB2BC4795E93E8F0A62D54903E35E82757FB15432D86'
checksum64 = '547A82534551DCA2FA7053CA268A339B3604B1B537CB7DCE85E17FFA036F7E9C'
url = 'https://github.com/universal-ctags/ctags-win32/releases/download/2022-05-13/p5.9.20220508.0-6-gb2fa2857/ctags-2022-05-13_p5.9.20220508.0-6-gb2fa2857-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2022-05-13/p5.9.20220508.0-6-gb2fa2857/ctags-2022-05-13_p5.9.20220508.0-6-gb2fa2857-x64.zip'
checksum = '75BBCEDA49C8DF8419F31B4AADCAAAE2D37B8516DFFB9A66E124558E8A79CC22'
checksum64 = 'A8B182E0C04E80B1B56BA6A6FB1A6AFC5DE329DE11FD21D521ED9A983E9EF6C7'
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>2022.05.11</version>
<version>2022.05.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 122b168

Please sign in to comment.