Skip to content

Commit

Permalink
Remove SQL Anywhere Server package, fix version google cloud print
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMagnuson committed May 1, 2018
1 parent 8ff7eea commit e0d4205
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 92 deletions.
5 changes: 2 additions & 3 deletions google-cloud-print-connector/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ function global:au_GetLatest {
$regex = "windows-connector-.+.msi"
$url = $DownloadPage.links | ? href -match $regex | select -First 1 -expand href

$VersionWithExtension = $url -split "-" | select -Last 1
$Version = $VersionWithExtension -split "\.msi" | select -First 1
$url32 = "https://github.com/$url"
$Version = $url -split "-" | select -Last 1 -Skip 1
$url32 = "https://github.com$url"

$Latest = @{ URL32 = $url32; Version = $version }
return $Latest
Expand Down
26 changes: 0 additions & 26 deletions sqlanywhereserver/sqlanywhereclient.nuspec

This file was deleted.

33 changes: 0 additions & 33 deletions sqlanywhereserver/tools/chocolateyinstall.ps1

This file was deleted.

30 changes: 0 additions & 30 deletions sqlanywhereserver/update.ps1

This file was deleted.

0 comments on commit e0d4205

Please sign in to comment.