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 9, 2019
1 parent 9b3aec5 commit f261337
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-04-05/07796eab/ctags-2019-04-05_07796eab-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2019-04-05/07796eab/ctags-2019-04-05_07796eab-x64.zip'
checksum = 'CF7CA776B1D90823A42303DCAA8442E7F92132265F1F2C996C9AFA6734717514'
checksum64 = 'E03494368B2C35F3B353D26911DBDD84AD59BEE390C219D762A643BACF75DCA2'
url = 'https://github.com/universal-ctags/ctags-win32/releases/download/2019-04-08/09890810/ctags-2019-04-08_09890810-x86.zip'
url64Bit = 'https://github.com/universal-ctags/ctags-win32/releases/download/2019-04-08/09890810/ctags-2019-04-08_09890810-x64.zip'
checksum = '9EDE66AE401A00D640B16823F38106B33F5936E2859ECBC3BA9D33A013675622'
checksum64 = '67AE360FBA730AC1D990924FECCE2CAAA0C2515817410001F73B75E689604B03'
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.04.05</version>
<version>2019.04.08</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 f261337

Please sign in to comment.