Skip to content

Commit

Permalink
eksctl: change the target org
Browse files Browse the repository at this point in the history
  • Loading branch information
derwasp authored Jul 18, 2023
1 parent 53279b3 commit 1065ecc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions eksctl/eksctl.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
<id>eksctl</id>
<title>eksctl</title>
<version>0.63.0</version>
<authors>weaveworks</authors>
<authors>eksctl.io</authors>
<owners>derwasp</owners>
<summary>eksctl is a simple CLI tool for creating clusters on EKS - Amazon's new managed Kubernetes service for EC2. It is written in Go, and uses CloudFormation.</summary>
<projectUrl>https://eksctl.io/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>eksctl is a simple CLI tool for creating clusters on EKS - Amazon's new managed Kubernetes service for EC2. It is written in Go, and uses CloudFormation.</description>
<tags>eksctl eks kubernetes aws admin</tags>
<packageSourceUrl>https://github.com/derwasp/au-packages/tree/master/eksctl</packageSourceUrl>
<projectSourceUrl>https://github.com/weaveworks/eksctl</projectSourceUrl>
<licenseUrl>https://github.com/weaveworks/eksctl/blob/master/LICENSE</licenseUrl>
<bugTrackerUrl>https://github.com/weaveworks/eksctl/issues</bugTrackerUrl>
<projectSourceUrl>https://github.com/eksctl-io/eksctl</projectSourceUrl>
<licenseUrl>https://github.com/eksctl-io/eksctl/blob/master/LICENSE</licenseUrl>
<bugTrackerUrl>https://github.com/eksctl-io/eksctl/issues</bugTrackerUrl>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
4 changes: 2 additions & 2 deletions eksctl/update.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import-module au
. $PSScriptRoot\..\_scripts\all.ps1

$releases = 'https://github.com/weaveworks/eksctl/releases'
$releases = 'https://github.com/eksctl-io/eksctl/releases'

function global:au_SearchReplace {
@{
Expand Down Expand Up @@ -32,7 +32,7 @@ function global:au_GetLatest {
Select -First 1

$version = $version -replace "v",""
$url = "https://github.com/weaveworks/eksctl/releases/download/v$version/eksctl_Windows_amd64.zip"
$url = "https://github.com/eksctl-io/eksctl/releases/download/v$version/eksctl_Windows_amd64.zip"

return @{
URL64 = $url
Expand Down

0 comments on commit 1065ecc

Please sign in to comment.