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 Sep 10, 2021
1 parent dd1cfac commit 2d64382
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-09-07/p5.9.20210905.0-15-g6a03e55e/ctags-2021-09-07_p5.9.20210905.0-15-g6a03e55e-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2021-09-07/p5.9.20210905.0-15-g6a03e55e/ctags-2021-09-07_p5.9.20210905.0-15-g6a03e55e-x64.zip'
checksum = 'EF19A2A10066B30DFD736EEACD7912E2114EA67568A8511B3285EC31EEDA8C72'
checksum64 = '7BA650B8DD60806C466B8E532DB2876DE7851017EEC4E6BC50AFE34BDC799B1F'
url = 'https://github.com/universal-ctags/ctags-win32/releases/download/2021-09-09/p5.9.20210905.0-18-gb5bda240/ctags-2021-09-09_p5.9.20210905.0-18-gb5bda240-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2021-09-09/p5.9.20210905.0-18-gb5bda240/ctags-2021-09-09_p5.9.20210905.0-18-gb5bda240-x64.zip'
checksum = 'F90DD2F9A02007ABBC8C444368A90FE2A77A3228E965569436DB40C64049FE8A'
checksum64 = '95D9B79581D16B9CAD1299270C07224C2D4B6082D2F9B015BE83C03B003F5624'
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.09.07</version>
<version>2021.09.09</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 2d64382

Please sign in to comment.