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 4, 2022
1 parent 13aa78f commit 050a3f7
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-01-28/p5.9.20220116.0-24-ge00b6627/ctags-2022-01-28_p5.9.20220116.0-24-ge00b6627-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2022-01-28/p5.9.20220116.0-24-ge00b6627/ctags-2022-01-28_p5.9.20220116.0-24-ge00b6627-x64.zip'
checksum = 'A74F6AC6FD00E5CF21865F24B8294DA3FBC1DF1E4755B223AFEBB559872C133E'
checksum64 = 'FE2E2993B1E97CA60624704C70961D8479957AC489408749F0D0B4420A60B90A'
url = 'https://github.com/universal-ctags/ctags-win32/releases/download/2022-02-03/p5.9.20220130.0-4-gd00442e4/ctags-2022-02-03_p5.9.20220130.0-4-gd00442e4-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2022-02-03/p5.9.20220130.0-4-gd00442e4/ctags-2022-02-03_p5.9.20220130.0-4-gd00442e4-x64.zip'
checksum = '0B6D8C48954AA3D8CA5E3C02D113CAD4FE133E125A5392330F32CBD049105422'
checksum64 = '0A5578D7F83B64D7489201F6F76D8A03B8525E2BF7E37AD28D3D04E30B65BD81'
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.01.28</version>
<version>2022.02.03</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 050a3f7

Please sign in to comment.