summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Geraskin2023-12-14 21:06:06 +0000
committerRoman Geraskin2023-12-14 21:06:06 +0000
commit79b4d8be4c3a3f3345803248e7033bc9140cc2ad (patch)
tree4f32360aaa9290362d2b8ca46cc9980de31d3b4e
parent4bdeaf385602d60e51cf3967355ae40844b4125a (diff)
downloadaur-79b4d8be4c3a3f3345803248e7033bc9140cc2ad.tar.gz
ver 1.2.271
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45e3962a9a51..661a12195a80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = werf-bin
pkgdesc = Kubernetes build and delivery tool
- pkgver = 1.2.270
+ pkgver = 1.2.271
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.270/linux-amd64/bin/werf
- sha256sums = f0c03e6f3a36a61101e9c37fb6e44eccf71a16902c3f03c29278ec42a24c119f
+ source = https://tuf.werf.io/targets/releases/1.2.271/linux-amd64/bin/werf
+ sha256sums = 9db47d2e89af8c0ead2f00110c28a90db853469b989adff3a97f4087405a2689
pkgname = werf-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8efeb44fcfd6..95ef32cedac1 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.270
+pkgver=1.2.271
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=('f0c03e6f3a36a61101e9c37fb6e44eccf71a16902c3f03c29278ec42a24c119f')
+sha256sums=('9db47d2e89af8c0ead2f00110c28a90db853469b989adff3a97f4087405a2689')
package() {
install -Dm755 werf "${pkgdir}/usr/bin/werf"