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 May 26, 2021
1 parent f969c76 commit d2d87bb
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-05-21/p5.9.20210516.0-30-g2b88b80a/ctags-2021-05-21_p5.9.20210516.0-30-g2b88b80a-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2021-05-21/p5.9.20210516.0-30-g2b88b80a/ctags-2021-05-21_p5.9.20210516.0-30-g2b88b80a-x64.zip'
checksum = '255836E3367EFEF40CC1557010E178FD19DC48B1E83939BBB8316DB7C9B0C67B'
checksum64 = 'B2FC6A79FF0AF8423DEC54030866FF1B5C08EE6ADDCAA335E9B262ADADFCD8E5'
url = 'https://github.com/universal-ctags/ctags-win32/releases/download/2021-05-25/p5.9.20210523.0-4-ga1b35a9c/ctags-2021-05-25_p5.9.20210523.0-4-ga1b35a9c-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2021-05-25/p5.9.20210523.0-4-ga1b35a9c/ctags-2021-05-25_p5.9.20210523.0-4-ga1b35a9c-x64.zip'
checksum = 'B1BC61B2DB61B21F61FF3209D1E6D989BDA66D00536366E01938490F04EBE581'
checksum64 = 'CB25D6C0EA9601CAFB33ED83242C14190DCF1005C10A164DFF89EE5138C33252'
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.05.21</version>
<version>2021.05.25</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 d2d87bb

Please sign in to comment.