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 Apr 6, 2021
1 parent cb20a5a commit e8df7a5
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-04-02/p5.9.20210328.0-2-g3185b289/ctags-2021-04-02_p5.9.20210328.0-2-g3185b289-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2021-04-02/p5.9.20210328.0-2-g3185b289/ctags-2021-04-02_p5.9.20210328.0-2-g3185b289-x64.zip'
checksum = 'A09001F1A8A82CCC411B107764D17D70B6ED9A9613021E5E8E9E33714848A43F'
checksum64 = 'C731FC03131873826ACA2C9A32D0382F12B2FC1A96D01B9F27E1E6265B95AE2B'
url = 'https://github.com/universal-ctags/ctags-win32/releases/download/2021-04-05/p5.9.20210404.0-10-g068a16f4/ctags-2021-04-05_p5.9.20210404.0-10-g068a16f4-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2021-04-05/p5.9.20210404.0-10-g068a16f4/ctags-2021-04-05_p5.9.20210404.0-10-g068a16f4-x64.zip'
checksum = 'BEA81399482C9B221EFD8250F8AADFB0A88B53AE59D947620869594590AA95FC'
checksum64 = '0CE4FC53E59A5A0DBDC3979D2646716A779CEC09485BAAEA8FF72C93BA6D5A5F'
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.04.02</version>
<version>2021.04.05</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 e8df7a5

Please sign in to comment.