summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRoman Geraskin2024-04-09 21:26:47 +0000
committerRoman Geraskin2024-04-09 21:26:47 +0000
commitb3bf5e75cf0411ab261dde1e9dc1cf06f11e56c0 (patch)
tree6b4dacd38bee6acd4876cdc7136f658f3f6fed81 /PKGBUILD
parente3880f74f63313e6b8a87079f4ee3b73a0669718 (diff)
downloadaur-werf-bin.tar.gz
ver 1.2.307
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a10c36ec1150..eac0e3faa634 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.305
+pkgver=1.2.307
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=('ecff833d258abe8920a085d65955b6da6e75d6021857a7517fd023c9ffdd06c2')
+sha256sums=('5ffeba5e328237246129ec038b107b76219959ae54d2d2ca11f2233acd27bd11')
package() {
install -Dm755 werf "${pkgdir}/usr/bin/werf"