summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Geraskin2023-12-19 21:04:28 +0000
committerRoman Geraskin2023-12-19 21:04:28 +0000
commiteddba615aea031a1c65a07053944874e3cf79bfb (patch)
tree3a42799f97dc23dbd4ef73cc5aff2295e5bd4a50
parent79b4d8be4c3a3f3345803248e7033bc9140cc2ad (diff)
downloadaur-eddba615aea031a1c65a07053944874e3cf79bfb.tar.gz
ver 1.2.272
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 661a12195a80..6f5c4867f411 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = werf-bin
pkgdesc = Kubernetes build and delivery tool
- pkgver = 1.2.271
+ pkgver = 1.2.272
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.271/linux-amd64/bin/werf
- sha256sums = 9db47d2e89af8c0ead2f00110c28a90db853469b989adff3a97f4087405a2689
+ source = https://tuf.werf.io/targets/releases/1.2.272/linux-amd64/bin/werf
+ sha256sums = 39e3d1a95637d63a09798091d17351beee75a6b881d77b2e984c37d0db5f9369
pkgname = werf-bin
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"