summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Francois Chevrette2020-10-27 10:41:40 -0400
committerJean-Francois Chevrette2020-10-27 10:41:40 -0400
commit6e61afb4248bb83936b9aeb5a585f5daf1027f08 (patch)
tree6e3e0640f491672031d1b7e3822067558fdcd087
parent6f7435b02c6e33ba1062c208f24d3e3272c0ffbb (diff)
downloadaur-6e61afb4248bb83936b9aeb5a585f5daf1027f08.tar.gz
bump to v0.27.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index caab2eb7ae34..d2e9db1c8cf3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kbld
pkgdesc = kbld seamlessly incorporates image building and image pushing into your development and deployment workflows
- pkgver = 0.25.0
+ pkgver = 0.27.0
pkgrel = 1
url = https://get-kbld.io/
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = kbld
makedepends = ytt
makedepends = zip
depends = glibc
- source = kbld-0.25.0.tar.gz::https://github.com/k14s/kbld/archive/v0.25.0.tar.gz
- sha256sums = 89a036d21b7864f303873d7c8fb4ec013aed19931136ff84c98cabb3cf263a06
+ source = kbld-0.27.0.tar.gz::https://github.com/k14s/kbld/archive/v0.27.0.tar.gz
+ sha256sums = ce9553b654c01d01b8bf87ff5ca414210eae3800b0b41d87ab5a8742149688fc
pkgname = kbld
diff --git a/PKGBUILD b/PKGBUILD
index 5596736f87be..1b21f6bf0cb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jean-Francois Chevrette <jfchevrette@gmail.com>
pkgname=kbld
-pkgver=0.25.0
+pkgver=0.27.0
pkgrel=1
pkgdesc="kbld seamlessly incorporates image building and image pushing into your development and deployment workflows"
url="https://get-kbld.io/"
@@ -10,7 +10,7 @@ arch=('x86_64')
depends=('glibc')
makedepends=('git' 'go' 'ytt' 'zip')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/k14s/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('89a036d21b7864f303873d7c8fb4ec013aed19931136ff84c98cabb3cf263a06')
+sha256sums=('ce9553b654c01d01b8bf87ff5ca414210eae3800b0b41d87ab5a8742149688fc')
prepare() {
rm -rf "${srcdir}/src/github.com/k14s/${pkgname}"