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 27, 2021
1 parent 09a739a commit b0701e4
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-25/p5.9.20210620.0-8-g04a983bf/ctags-2021-06-25_p5.9.20210620.0-8-g04a983bf-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2021-06-25/p5.9.20210620.0-8-g04a983bf/ctags-2021-06-25_p5.9.20210620.0-8-g04a983bf-x64.zip'
checksum = 'A81894D7A6E501993A7143B02B815ADA73DC6A6983B2DB20113721D88AF2F462'
checksum64 = 'A88BB39A0C1D81A7B7121692E15A45FEED8520100718BBCB58EA637BB92D5356'
url = 'https://github.com/universal-ctags/ctags-win32/releases/download/2021-06-26/p5.9.20210620.0-10-gc436bca6/ctags-2021-06-26_p5.9.20210620.0-10-gc436bca6-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2021-06-26/p5.9.20210620.0-10-gc436bca6/ctags-2021-06-26_p5.9.20210620.0-10-gc436bca6-x64.zip'
checksum = 'D40D5F5880E9D98DB9ADB21AB86B7D30BC56B0F614156EC846E5ABDC146DE6BE'
checksum64 = '5C952D5A78200F5F49F70FC6ADC87CBB406A0F7A1B3A8050A4C17F6CF37CCEA5'
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.25</version>
<version>2021.06.26</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 b0701e4

Please sign in to comment.