summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Geraskin2023-12-04 21:05:08 +0000
committerRoman Geraskin2023-12-04 21:05:08 +0000
commit4bdeaf385602d60e51cf3967355ae40844b4125a (patch)
treee3d783f8fa00a4d67eed815051d43c18ac5a19e3
parent662b977394373cde7bee858696478f180d9ecb37 (diff)
downloadaur-4bdeaf385602d60e51cf3967355ae40844b4125a.tar.gz
ver 1.2.270
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22b4b7346ed1..45e3962a9a51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = werf-bin
pkgdesc = Kubernetes build and delivery tool
- pkgver = 1.2.269
+ pkgver = 1.2.270
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.269/linux-amd64/bin/werf
- sha256sums = 3b766e7a6c05a286b46515a79ec99456a49917b4b2106d2899654eca34cb84d2
+ source = https://tuf.werf.io/targets/releases/1.2.270/linux-amd64/bin/werf
+ sha256sums = f0c03e6f3a36a61101e9c37fb6e44eccf71a16902c3f03c29278ec42a24c119f
pkgname = werf-bin
diff --git a/PKGBUILD b/PKGBUILD
index c9f30fe55dd9..8efeb44fcfd6 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.269
+pkgver=1.2.270
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=('3b766e7a6c05a286b46515a79ec99456a49917b4b2106d2899654eca34cb84d2')
+sha256sums=('f0c03e6f3a36a61101e9c37fb6e44eccf71a16902c3f03c29278ec42a24c119f')
package() {
install -Dm755 werf "${pkgdir}/usr/bin/werf"