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 Feb 15, 2022
1 parent d17776a commit d9203f4
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-02-05/p5.9.20220130.0-8-g27d0bb24/ctags-2022-02-05_p5.9.20220130.0-8-g27d0bb24-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2022-02-05/p5.9.20220130.0-8-g27d0bb24/ctags-2022-02-05_p5.9.20220130.0-8-g27d0bb24-x64.zip'
checksum = 'E344983DE21899121E1229DC8814B878A896B67BB5765706A5ACC5234F92EF62'
checksum64 = 'C7B9ABD3F76A5E38CE4DDEDF39706D5BBC154D2E95BF9676D1E0E7D3C06466FA'
url = 'https://github.com/universal-ctags/ctags-win32/releases/download/2022-02-14/p5.9.20220206.0-4-g38c046d8/ctags-2022-02-14_p5.9.20220206.0-4-g38c046d8-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2022-02-14/p5.9.20220206.0-4-g38c046d8/ctags-2022-02-14_p5.9.20220206.0-4-g38c046d8-x64.zip'
checksum = 'D59105F4203A6FDB9C55A1DFD12084B9868355BA3501A53161E271F5787DFFF8'
checksum64 = '009377026FFB62C0BE5CCBD2D6E61E9B0F275E6BD6178B8B372BBBB6F882C4D2'
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.02.05</version>
<version>2022.02.14</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 d9203f4

Please sign in to comment.