summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Geraskin2024-01-24 21:06:44 +0000
committerRoman Geraskin2024-01-24 21:06:44 +0000
commit8364105fc63cde2c3b1b22dd562e7832987e601c (patch)
tree82c4f0458718e7cefdf877ceb0ebada04483c0fa
parent8bc9b402c6bbea3c28e402169570cdb08ab896db (diff)
downloadaur-8364105fc63cde2c3b1b22dd562e7832987e601c.tar.gz
ver 1.2.282
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7478a92176c..b196dd77bd41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = werf-bin
pkgdesc = Kubernetes build and delivery tool
- pkgver = 1.2.281
+ pkgver = 1.2.282
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.281/linux-amd64/bin/werf
- sha256sums = eb6a70b97f0a145ee063a7167bf1cfd99c89c828cf7eb89c48bb2a3b77ed3b32
+ source = https://tuf.werf.io/targets/releases/1.2.282/linux-amd64/bin/werf
+ sha256sums = e318de0e48f2efa4e2a57a6b970c6a1f642527abb57aba6ba325e72f3d469c04
pkgname = werf-bin
diff --git a/PKGBUILD b/PKGBUILD
index 06117475b524..0c72b5470479 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.281
+pkgver=1.2.282
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=('eb6a70b97f0a145ee063a7167bf1cfd99c89c828cf7eb89c48bb2a3b77ed3b32')
+sha256sums=('e318de0e48f2efa4e2a57a6b970c6a1f642527abb57aba6ba325e72f3d469c04')
package() {
install -Dm755 werf "${pkgdir}/usr/bin/werf"