summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRoman Geraskin2022-09-27 21:08:24 +0000
committerRoman Geraskin2022-09-27 21:08:24 +0000
commit07e4f39b9463c97e14f8d7601876a7451cc56772 (patch)
tree646f046c3eda79b46c9d130dd339e82a0c1fce38 /PKGBUILD
parentb576dc68c67b9da599ab1dd6dcb8d09a558c7a2a (diff)
downloadaur-07e4f39b9463c97e14f8d7601876a7451cc56772.tar.gz
ver 1.2.175
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef58f86c39d6..f02e95066ba1 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.174
+pkgver=1.2.175
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=('2d5093ad8be1040a51520061beb627b5615633ae9a50ab9ad9fc01b185f7a02a')
+sha256sums=('e5f55aa26ba073db3d051fbec9ebc5a44e379164bafc585c0876ad83dc9ad278')
package() {
install -Dm755 werf "${pkgdir}/usr/bin/werf"