summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Rodriguez2020-02-13 10:32:57 -0500
committerDavid Rodriguez2020-02-13 10:32:57 -0500
commit5f9943540760e6c2f50cb24db00d7a31c3d951c1 (patch)
treeb8076c1379af6448f96f9bf963d5190854d4d1bc
parent5fc7ecc5a25c27d39ecec755442becf1fe10ab55 (diff)
downloadaur-5f9943540760e6c2f50cb24db00d7a31c3d951c1.tar.gz
Update kops releases URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bf99fedb853..7a19eef98b90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = kops
pkgdesc = Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management
pkgver = 1.15.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kubernetes/kops
arch = x86_64
license = Apache
- source = kops-linux-amd64-1.15.2::https://github.com/kubernetes/kops/releases/download/1.15.2/kops-linux-amd64
+ source = kops-linux-amd64-1.15.2::https://github.com/kubernetes/kops/releases/download/v1.15.2/kops-linux-amd64
sha1sums = 3c0ee3a75659f4654b87122709596965afca280b
pkgname = kops
diff --git a/PKGBUILD b/PKGBUILD
index 2334260be2e5..9cf06665657e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=kops
pkgver=1.15.2
-pkgrel=1
+pkgrel=2
pkgdesc="Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management"
arch=('x86_64')
url="https://github.com/kubernetes/kops"
license=('Apache')
makedepends=()
-source=("kops-linux-amd64-$pkgver::https://github.com/kubernetes/kops/releases/download/${pkgver}/kops-linux-amd64")
+source=("kops-linux-amd64-$pkgver::https://github.com/kubernetes/kops/releases/download/v${pkgver}/kops-linux-amd64")
sha1sums=('3c0ee3a75659f4654b87122709596965afca280b')
package() {