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 Sep 12, 2019
1 parent 36f1b05 commit 02d3030
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/2019-07-25/1a94658c/ctags-2019-07-25_1a94658c-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2019-07-25/1a94658c/ctags-2019-07-25_1a94658c-x64.zip'
checksum = 'C586DED099EB392986B785378B74E19582E8B1B2704844AC19D545EB53D0A1DC'
checksum64 = 'B00ACD5A054D0A7B33566F37A1D3B978555872A56AEF9C8C22100783EEA2CEDD'
url = 'https://github.com/universal-ctags/ctags-win32/releases/download/2019-09-11/a36dc618/ctags-2019-09-11_a36dc618-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2019-09-11/a36dc618/ctags-2019-09-11_a36dc618-x64.zip'
checksum = 'CD76D1D20A3E80B8A225B433B28E2556972FEEB7C487D17062AB8C7D69F14520'
checksum64 = 'F8CB35F1315CE66161E6117480CEF702C590299C52FB0A0621B7B835400C264B'
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>2019.07.25</version>
<version>2019.09.11</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 02d3030

Please sign in to comment.