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 Jul 31, 2021
1 parent 7825a5b commit 07c30a0
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-07-26/p5.9.20210725.0-3-g826c2051/ctags-2021-07-26_p5.9.20210725.0-3-g826c2051-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2021-07-26/p5.9.20210725.0-3-g826c2051/ctags-2021-07-26_p5.9.20210725.0-3-g826c2051-x64.zip'
checksum = 'FC4F58AA671B47A55ADF5CAEDCEB74FBFD2C152C3223A815D6526C29EB60C070'
checksum64 = 'F73FDD359F00979DBEADFC6C91A10E2175CF3BECEE258C90874ACE59B1DEB6FB'
url = 'https://github.com/universal-ctags/ctags-win32/releases/download/2021-07-30/p5.9.20210725.0-7-g6544786c/ctags-2021-07-30_p5.9.20210725.0-7-g6544786c-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2021-07-30/p5.9.20210725.0-7-g6544786c/ctags-2021-07-30_p5.9.20210725.0-7-g6544786c-x64.zip'
checksum = '032D93B15E95A5B420FEE73E0FD834C675283D95603A6E60DFBA067C2B571D87'
checksum64 = '4AF6565ACD43C3CEC98CD165B2BBBF6A3B7BDAE374F536E72CA352049FF0BE59'
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.07.26</version>
<version>2021.07.30</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 07c30a0

Please sign in to comment.