summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRoman Geraskin2024-02-14 21:07:48 +0000
committerRoman Geraskin2024-02-14 21:07:48 +0000
commit71f2bfe66d01bd1af91495f77ae56b7b22440fda (patch)
tree4ab372f4bce9d2f395f7457b4f32739f457808d0 /PKGBUILD
parentb2720650bfadf778ba9cd4a142a6c7c3f75c7b90 (diff)
downloadaur-71f2bfe66d01bd1af91495f77ae56b7b22440fda.tar.gz
ver 1.2.290
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"