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 29, 2022
1 parent d184c7e commit 14a3a86
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-05-27/p5.9.20220522.0-11-geb8b8d90/ctags-2022-05-27_p5.9.20220522.0-11-geb8b8d90-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2022-05-27/p5.9.20220522.0-11-geb8b8d90/ctags-2022-05-27_p5.9.20220522.0-11-geb8b8d90-x64.zip'
checksum = 'F7C8516A912AF57A04D804B93CA2AAF6467943092483BAAD1FAA6149BF3BA412'
checksum64 = '6CDD9716A5B1AF3239D87C9446460B16A32D16EE7C14B23017C7C231CCCC46A6'
url = 'https://github.com/universal-ctags/ctags-win32/releases/download/2022-05-28/p5.9.20220522.0-16-gfff389b9/ctags-2022-05-28_p5.9.20220522.0-16-gfff389b9-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2022-05-28/p5.9.20220522.0-16-gfff389b9/ctags-2022-05-28_p5.9.20220522.0-16-gfff389b9-x64.zip'
checksum = '7A0BCFB153D1F5A8D9A82FDBA32968230F087B82E4435AE83420BB88110074FB'
checksum64 = '2268D41D2717F6A39AF5D0E78D7FD7CE7BFC1268F7B37182F8F592F0FA11CC26'
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.05.27</version>
<version>2022.05.28</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 14a3a86

Please sign in to comment.