summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Geraskin2022-09-04 21:06:50 +0000
committerRoman Geraskin2022-09-04 21:06:50 +0000
commit350db610a29ad9bcd0e9a382596c56435f268253 (patch)
tree57684e7cb02f036c7c1e9ed74da494c99779dc07
parent0ef06e8a8a6d7dc88c6b574082bb16c600ebe60e (diff)
downloadaur-350db610a29ad9bcd0e9a382596c56435f268253.tar.gz
ver 1.2.169
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ec9f81d920a..9bb15e22cd6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = werf-bin
pkgdesc = Kubernetes build and delivery tool
- pkgver = 1.2.168
+ pkgver = 1.2.169
pkgrel = 1
url = https://werf.io
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = werf-bin
depends = git
provides = werf
conflicts = werf-git
- source = https://tuf.werf.io/targets/releases/1.2.168/linux-amd64/bin/werf
- sha256sums = ef21231af47da35ba095a075c00da35ba2f3728149c2b03b772927752be7d1e0
+ source = https://tuf.werf.io/targets/releases/1.2.169/linux-amd64/bin/werf
+ sha256sums = 8dfc3e42d20155e9a7fa8e18445cab86eae85e870d4b04067f3114a1220461e9
pkgname = werf-bin
diff --git a/PKGBUILD b/PKGBUILD
index efceee8741f1..197c28f7c252 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roman Geraskin <roman dot n dot geraskin at gmail dot com>
pkgname=werf-bin
-pkgver=1.2.168
+pkgver=1.2.169
pkgrel=1
pkgdesc='Kubernetes build and delivery tool'
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('Apache')
provides=('werf')
conflicts=("werf-git")
source=("https://tuf.werf.io/targets/releases/${pkgver}/linux-amd64/bin/werf")
-sha256sums=('ef21231af47da35ba095a075c00da35ba2f3728149c2b03b772927752be7d1e0')
+sha256sums=('8dfc3e42d20155e9a7fa8e18445cab86eae85e870d4b04067f3114a1220461e9')
package() {
install -Dm755 werf "${pkgdir}/usr/bin/werf"