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 Jun 9, 2021
1 parent adcd4f0 commit 7665fdc
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-06-04/p5.9.20210530.0-13-g92b49e2e/ctags-2021-06-04_p5.9.20210530.0-13-g92b49e2e-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2021-06-04/p5.9.20210530.0-13-g92b49e2e/ctags-2021-06-04_p5.9.20210530.0-13-g92b49e2e-x64.zip'
checksum = 'B8C38845B7638834ACB29E13B7B239C3D1C509AD00A35342CE04FD1944F2A4B3'
checksum64 = 'E7AC1C36DE0AB0655C4819CD079818B4610D3D64A14C4A296506B0A108A54770'
url = 'https://github.com/universal-ctags/ctags-win32/releases/download/2021-06-08/p5.9.20210606.0-1-gcab98283/ctags-2021-06-08_p5.9.20210606.0-1-gcab98283-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2021-06-08/p5.9.20210606.0-1-gcab98283/ctags-2021-06-08_p5.9.20210606.0-1-gcab98283-x64.zip'
checksum = '2DCE041A52D600F3347EBB53AB93DE108D938AF91E7246B862466298FE6B3F8A'
checksum64 = '4472430418BC6E2408F51B1B787FD0AD7F8BF9A989559ED3CC129D380E94AA78'
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.06.04</version>
<version>2021.06.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 7665fdc

Please sign in to comment.