summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Geraskin2022-12-27 21:05:28 +0000
committerRoman Geraskin2022-12-27 21:05:28 +0000
commit9e12daf32a164b6c504aa28976512b11e2052cb4 (patch)
tree3c40327fb885afe26292897a03dbea052da85279
parent8a2c8ca10636b883106ab27dbfe0873a868638a5 (diff)
downloadaur-9e12daf32a164b6c504aa28976512b11e2052cb4.tar.gz
ver 1.2.194
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66c6a7b316f1..86fbf952e273 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = werf-bin
pkgdesc = Kubernetes build and delivery tool
- pkgver = 1.2.193
+ pkgver = 1.2.194
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.193/linux-amd64/bin/werf
- sha256sums = c844866fca606a2f95580f9922a73aa8d8af75cf49cca2920b735f5beb9c185e
+ source = https://tuf.werf.io/targets/releases/1.2.194/linux-amd64/bin/werf
+ sha256sums = 907543bf7b4a22e3d972ae172023a99bd53b7051ac7fba7b6ee8095b613e1af1
pkgname = werf-bin
diff --git a/PKGBUILD b/PKGBUILD
index 70b48a10dd56..fbdc9597be24 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.193
+pkgver=1.2.194
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=('c844866fca606a2f95580f9922a73aa8d8af75cf49cca2920b735f5beb9c185e')
+sha256sums=('907543bf7b4a22e3d972ae172023a99bd53b7051ac7fba7b6ee8095b613e1af1')
package() {
install -Dm755 werf "${pkgdir}/usr/bin/werf"