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 24, 2022
1 parent c726257 commit 8499809
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-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'
url = 'https://github.com/universal-ctags/ctags-win32/releases/download/2022-02-23/p5.9.20220220.0-2-g32b8e90a/ctags-2022-02-23_p5.9.20220220.0-2-g32b8e90a-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2022-02-23/p5.9.20220220.0-2-g32b8e90a/ctags-2022-02-23_p5.9.20220220.0-2-g32b8e90a-x64.zip'
checksum = '6638F962D27E6B50CB2D482558FA0F0C0015756021297948CF233DE5C5F50A1B'
checksum64 = '7D4215B0FAD17A76F44AD7C4FF69D6828AAFB9B1C83B8BCC5ADC0A7186B3E51E'
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.18</version>
<version>2022.02.23</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 8499809

Please sign in to comment.