summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRoman Geraskin2023-12-19 21:04:28 +0000
committerRoman Geraskin2023-12-19 21:04:28 +0000
commiteddba615aea031a1c65a07053944874e3cf79bfb (patch)
tree3a42799f97dc23dbd4ef73cc5aff2295e5bd4a50 /PKGBUILD
parent79b4d8be4c3a3f3345803248e7033bc9140cc2ad (diff)
downloadaur-eddba615aea031a1c65a07053944874e3cf79bfb.tar.gz
ver 1.2.272
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 95ef32cedac1..6ba025994e3c 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.271
+pkgver=1.2.272
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=('9db47d2e89af8c0ead2f00110c28a90db853469b989adff3a97f4087405a2689')
+sha256sums=('39e3d1a95637d63a09798091d17351beee75a6b881d77b2e984c37d0db5f9369')
package() {
install -Dm755 werf "${pkgdir}/usr/bin/werf"