summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Cocora2019-03-10 11:09:15 +0000
committerStefan Cocora2019-03-10 11:09:15 +0000
commit3cef50f61835536d703bad9e13f2501b093ae949 (patch)
treee5b6034ef1071741a493f4f273ead86269602422
parentc32cadda9183a27df04b8eb17f9496591cddada0 (diff)
downloadaur-3cef50f61835536d703bad9e13f2501b093ae949.tar.gz
[security] Update kubeless to v1.0.2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfe11f1c2e73..dc18ae466b1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kubeless
pkgdesc = A Kubernetes-native serverless framework that lets you deploy small bits of code without having to worry about the underlying infrastructure plumbing.
- pkgver = 1.0.1
+ pkgver = 1.0.2
pkgrel = 1
url = https://github.com/kubeless/kubeless
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 58666b9cd4ba..fd1facfb4557 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgauthor=kubeless
_upstream_pkgname=kubeless
pkgname=kubeless
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc="A Kubernetes-native serverless framework that lets you deploy small bits of code without having to worry about the underlying infrastructure plumbing."
arch=('x86_64')