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 Mar 5, 2019
1 parent b6b0303 commit 50e1465
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-02-26/6fd7f3e9/ctags-2019-02-26_6fd7f3e9-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2019-02-26/6fd7f3e9/ctags-2019-02-26_6fd7f3e9-x64.zip'
checksum = '1861C7296F4CCA6DACAA1F43C880DE77033FE0E9628271D48B676110F7D877BE'
checksum64 = 'A52A371C65C632490B2C8EF50F34FDC906EA1CFFD27993CD7CF39E728D759938'
url = 'https://github.com/universal-ctags/ctags-win32/releases/download/2019-03-04/0f26d9a7/ctags-2019-03-04_0f26d9a7-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2019-03-04/0f26d9a7/ctags-2019-03-04_0f26d9a7-x64.zip'
checksum = 'FF977A05AD33327D9C9B8D6FC00FA8918093F97F963EF7F17C7D9F6FA0C2945C'
checksum64 = '0993FBB89BF295CBF8C1B9F8742B4BAA6FE775E9F869E5D30D0ECAAC7182E7D6'
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.02.26</version>
<version>2019.03.04</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 50e1465

Please sign in to comment.