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 Jan 9, 2022
1 parent bf652e1 commit c8092f3
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/2021-10-25/p5.9.20211024.0-2-g6f544dfc/ctags-2021-10-25_p5.9.20211024.0-2-g6f544dfc-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2021-10-25/p5.9.20211024.0-2-g6f544dfc/ctags-2021-10-25_p5.9.20211024.0-2-g6f544dfc-x64.zip'
checksum = 'B499A8F95667E8043842EB6F52E764D288CB3E4B0FB46EBA53ADA34B569D2827'
checksum64 = 'C7482D6F878E848A899416B04D3BE4D35FEF664541BB5B38CE3FE79C8FAD461A'
url = 'https://github.com/universal-ctags/ctags-win32/releases/download/2022-01-08/p5.9.20220102.0-70-g1fad8423/ctags-2022-01-08_p5.9.20220102.0-70-g1fad8423-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2022-01-08/p5.9.20220102.0-70-g1fad8423/ctags-2022-01-08_p5.9.20220102.0-70-g1fad8423-x64.zip'
checksum = '00642CC61E1FA833EFF7A5E4BDFF0226F1A351D6A454A3D5D199BA5C0A1D73A2'
checksum64 = '9C1248844071073BBC0222463736761871E5F88E0DD1E34B18A83556F73C7751'
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>2021.10.25</version>
<version>2022.01.08</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 c8092f3

Please sign in to comment.