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 Feb 19, 2022
1 parent d9203f4 commit c726257
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-02-14/p5.9.20220206.0-4-g38c046d8/ctags-2022-02-14_p5.9.20220206.0-4-g38c046d8-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2022-02-14/p5.9.20220206.0-4-g38c046d8/ctags-2022-02-14_p5.9.20220206.0-4-g38c046d8-x64.zip'
checksum = 'D59105F4203A6FDB9C55A1DFD12084B9868355BA3501A53161E271F5787DFFF8'
checksum64 = '009377026FFB62C0BE5CCBD2D6E61E9B0F275E6BD6178B8B372BBBB6F882C4D2'
url = 'https://github.com/universal-ctags/ctags-win32/releases/download/2022-02-18/p5.9.20220206.0-8-g8e1e0a2f/ctags-2022-02-18_p5.9.20220206.0-8-g8e1e0a2f-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2022-02-18/p5.9.20220206.0-8-g8e1e0a2f/ctags-2022-02-18_p5.9.20220206.0-8-g8e1e0a2f-x64.zip'
checksum = '1264E644B7D6B2615AA1BC1A44DE33605D9FB79C70DC2D958E6B3875D1A56AB7'
checksum64 = 'AF5B3E5E63C8EECE5CF11365A6BDD2805A187F7061DDFEDAD4278E32378B7863'
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.02.14</version>
<version>2022.02.18</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 c726257

Please sign in to comment.