summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d8c854f1a466..52664c683b03 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.178
+pkgver=1.2.180
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=('9a67fe61a2d7d2f8980e01295e2ba5b9c4cc8374a0687597b49ee0c447549f25')
+sha256sums=('8e2e80600a2a34a74bebcfcf854b1991b4ca6ca0093e2eef885f2992d7136d03')
package() {
install -Dm755 werf "${pkgdir}/usr/bin/werf"