summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorci bot2020-06-11 22:21:50 +0000
committerci bot2020-06-11 22:21:50 +0000
commit955ee9d5de7a0a677d88c31e145cf84ba74d0dec (patch)
treef690a0c697e389720209de7efb465630c65c7c6a
parent0997180ac5250ff512bd2dee88a89cbb1d9f460d (diff)
downloadaur-955ee9d5de7a0a677d88c31e145cf84ba74d0dec.tar.gz
ci: update ytt to 0.28.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2508f9a3f61..a3934e920e79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ytt-bin
pkgdesc = ytt is a templating tool that understands YAML structure allowing you to focus on your data instead of how to properly escape it
- pkgver = 0.27.2
+ pkgver = 0.28.0
pkgrel = 1
url = https://get-ytt.io/
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = ytt-bin
license = apache
provides = ytt
conflicts = ytt
- source = ytt-linux-amd64-v0.27.2::https://github.com/k14s/ytt/releases/download/v0.27.2/ytt-linux-amd64
- sha256sums = 64bcc36df4270e3413fd26b68683a353089c3b15c411904307e93c12f80556ab
+ source = ytt-linux-amd64-v0.28.0::https://github.com/k14s/ytt/releases/download/v0.28.0/ytt-linux-amd64
+ sha256sums = 52c36853999a378f21f9cf93a443e4d0e405965c3b7d2b8e499ed5fd8d6873ab
pkgname = ytt-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1179a8a94c5c..9084aed7e760 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adrian Zankich <azankich@pivotal.io>
pkgname=ytt-bin
pkgdesc="ytt is a templating tool that understands YAML structure allowing you to focus on your data instead of how to properly escape it"
-pkgver=0.27.2
+pkgver=0.28.0
pkgrel=1
url="https://get-ytt.io/"
arch=('x86_64')
@@ -11,7 +11,7 @@ provides=('ytt')
conflicts=('ytt')
_binary=ytt-linux-amd64
source=("${_binary}-v${pkgver}::https://github.com/k14s/ytt/releases/download/v${pkgver}/${_binary}")
-sha256sums=("64bcc36df4270e3413fd26b68683a353089c3b15c411904307e93c12f80556ab")
+sha256sums=("52c36853999a378f21f9cf93a443e4d0e405965c3b7d2b8e499ed5fd8d6873ab")
package() {
install -Dm 755 "${srcdir}/${_binary}-v${pkgver}" "${pkgdir}/usr/bin/ytt"