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 Mar 16, 2022
1 parent 9de6f7c commit db70aa2
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-03-02/p5.9.20220227.0-6-g37a4b360/ctags-2022-03-02_p5.9.20220227.0-6-g37a4b360-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2022-03-02/p5.9.20220227.0-6-g37a4b360/ctags-2022-03-02_p5.9.20220227.0-6-g37a4b360-x64.zip'
checksum = 'CB9A1F5A2FA16DA38E380160D7F52FE7B4E925D488BF4A0C8DA977678549A480'
checksum64 = 'F68B47B16C1D6D6FCB62978F025DE8A80BA498CA31815AC2F725AA5E0C71BF94'
url = 'https://github.com/universal-ctags/ctags-win32/releases/download/2022-03-15/p5.9.20220306.0-4-ga8bc6858/ctags-2022-03-15_p5.9.20220306.0-4-ga8bc6858-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2022-03-15/p5.9.20220306.0-4-ga8bc6858/ctags-2022-03-15_p5.9.20220306.0-4-ga8bc6858-x64.zip'
checksum = '7B8F6687AB5E51456A41643DA43199E9B6210FD148A1705F93BB7CBD7E3AF17A'
checksum64 = '0F84B15BC42EF346CB90360EF7BE1541D9BB590AFEA3F89DF58AB992B1118D73'
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.03.02</version>
<version>2022.03.15</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 db70aa2

Please sign in to comment.