summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRoman Geraskin2023-07-10 21:06:52 +0000
committerRoman Geraskin2023-07-10 21:06:52 +0000
commit9fe165a36edc5063ae6609f29cc2a814e7e445a1 (patch)
tree1833561d049ba061734f9a099bb953440d877559 /PKGBUILD
parent56caf64fc95220973f91a2d3bd854f541abf2052 (diff)
downloadaur-9fe165a36edc5063ae6609f29cc2a814e7e445a1.tar.gz
ver 1.2.243
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f2715a1a259..9b69cb821eea 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.242
+pkgver=1.2.243
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=('77b3461061d391379120bd2c561390976f563e1b037b873b2e405d6c3d46e506')
+sha256sums=('13e74d0aa2e7dcb8d2ad192c8719f60d64e477820b50197e6629fb4bc08ab0cf')
package() {
install -Dm755 werf "${pkgdir}/usr/bin/werf"