summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Cocora2019-08-20 16:56:37 +0100
committerStefan Cocora2019-08-20 16:56:37 +0100
commit685e5d7bed797f459c97bea2d6977bd956e2985f (patch)
tree7c93ff07f9ad4142981a668e8880e865f23a4710
parent8676ba5317db02afa65084ddd99170d64fac4a90 (diff)
downloadaur-kubeless.tar.gz
[security] Pkg update to v1.0.4
-rw-r--r--.SRCINFO37
-rw-r--r--PKGBUILD2
2 files changed, 19 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99b538eb37cb..7840ab39e51c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,21 @@
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.3
- pkgrel = 1
- url = https://github.com/kubeless/kubeless
- arch = x86_64
- license = Apache
- makedepends = go
- makedepends = git
- makedepends = wget
- depends = filesystem
- depends = glibc
- depends = iana-etc
- depends = linux-api-headers
- depends = tzdata
- source = kubeless::git+https://github.com/kubeless/kubeless.git
- source = LICENSE::https://raw.githubusercontent.com/kubeless/kubeless/master/LICENSE
- sha256sums = SKIP
- sha256sums = fdcee9e38cea79678ee1fa2cb86ce9889eea24899b526911dc982bf4519113b2
+ 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.4
+ pkgrel = 1
+ url = https://github.com/kubeless/kubeless
+ arch = x86_64
+ license = Apache
+ makedepends = go
+ makedepends = git
+ makedepends = wget
+ depends = filesystem
+ depends = glibc
+ depends = iana-etc
+ depends = linux-api-headers
+ depends = tzdata
+ source = kubeless::git+https://github.com/kubeless/kubeless.git
+ source = LICENSE::https://raw.githubusercontent.com/kubeless/kubeless/master/LICENSE
+ sha256sums = SKIP
+ sha256sums = fdcee9e38cea79678ee1fa2cb86ce9889eea24899b526911dc982bf4519113b2
pkgname = kubeless
-
diff --git a/PKGBUILD b/PKGBUILD
index 3119d0eda63d..5cab0a60ab3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgauthor=kubeless
_upstream_pkgname=kubeless
pkgname=kubeless
-pkgver=1.0.3
+pkgver=1.0.4
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')