summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Geraskin2024-02-14 21:07:48 +0000
committerRoman Geraskin2024-02-14 21:07:48 +0000
commit71f2bfe66d01bd1af91495f77ae56b7b22440fda (patch)
tree4ab372f4bce9d2f395f7457b4f32739f457808d0
parentb2720650bfadf778ba9cd4a142a6c7c3f75c7b90 (diff)
downloadaur-71f2bfe66d01bd1af91495f77ae56b7b22440fda.tar.gz
ver 1.2.290
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61cbecc18774..ed56ee7656b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = werf-bin
pkgdesc = Kubernetes build and delivery tool
- pkgver = 1.2.289
+ pkgver = 1.2.290
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.289/linux-amd64/bin/werf
- sha256sums = 557193cc1e5cb9032712ca898194a3844f6c6172ccdbec696430b530017d6914
+ source = https://tuf.werf.io/targets/releases/1.2.290/linux-amd64/bin/werf
+ sha256sums = 76c7a1bbf9f8ce43e5a453bc95f6ede6ab4114a4126703b9fa70744839d55e32
pkgname = werf-bin
diff --git a/PKGBUILD b/PKGBUILD
index 903ee92c0629..40bdc97532b0 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.289
+pkgver=1.2.290
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=('557193cc1e5cb9032712ca898194a3844f6c6172ccdbec696430b530017d6914')
+sha256sums=('76c7a1bbf9f8ce43e5a453bc95f6ede6ab4114a4126703b9fa70744839d55e32')
package() {
install -Dm755 werf "${pkgdir}/usr/bin/werf"