summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRoman Geraskin2023-12-21 21:05:53 +0000
committerRoman Geraskin2023-12-21 21:05:53 +0000
commit447ab7380b70f0da4e186069067391ed3e41701d (patch)
tree91786948f1c5abccea4a80f1caa02bbfbd3309db /PKGBUILD
parenteddba615aea031a1c65a07053944874e3cf79bfb (diff)
downloadaur-447ab7380b70f0da4e186069067391ed3e41701d.tar.gz
ver 1.2.274
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6ba025994e3c..9e32014231b6 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.272
+pkgver=1.2.274
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=('39e3d1a95637d63a09798091d17351beee75a6b881d77b2e984c37d0db5f9369')
+sha256sums=('100dc887a5b9e6a658e33d8c285e7c76811795fa7848957c6581c8957924ab2d')
package() {
install -Dm755 werf "${pkgdir}/usr/bin/werf"