summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 350d4914de8d..f202633db458 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wsk-git
pkgdesc = Apache OpenWhisk Command Line Interface (CLI) https://openwhisk.apache.org/
- pkgver = 0.10.0
+ pkgver = 1.0.0
pkgrel = 1
url = https://github.com/apache/incubator-openwhisk-cli
arch = i686
@@ -8,7 +8,7 @@ pkgbase = wsk-git
license = Apache
conflicts = wsk-git
replaces = wsk-git
- source = wsk-git-src.tar.gz::https://github.com/apache/incubator-openwhisk-cli/releases/download/0.10.0-incubating/OpenWhisk_CLI-0.10.0-incubating-linux-386.tgz
+ source = wsk-git-src.tar.gz::https://github.com/apache/openwhisk-cli/releases/download/1.0.0/OpenWhisk_CLI-1.0.0-linux-386.tgz
md5sums = SKIP
pkgname = wsk-git
diff --git a/PKGBUILD b/PKGBUILD
index a9738a93efc6..ede25838cd1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sebastian Werner
pkgname=wsk-git
-pkgver=0.10.0
+pkgver=1.0.0
pkgrel=1
pkgdesc="Apache OpenWhisk Command Line Interface (CLI) https://openwhisk.apache.org/"
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ url="https://github.com/apache/incubator-openwhisk-cli"
license=('Apache')
replaces=('wsk-git')
conflicts=('wsk-git')
-source=($pkgname-src.tar.gz::https://github.com/apache/incubator-openwhisk-cli/releases/download/0.10.0-incubating/OpenWhisk_CLI-0.10.0-incubating-linux-386.tgz)
+source=($pkgname-src.tar.gz::https://github.com/apache/openwhisk-cli/releases/download/1.0.0/OpenWhisk_CLI-1.0.0-linux-386.tgz)
md5sums=('SKIP')