summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRoman Geraskin2023-12-29 21:05:38 +0000
committerRoman Geraskin2023-12-29 21:05:38 +0000
commitb72553930fc4c9f7596164f3f11a85d125d812f2 (patch)
tree77bb646ca4a301c601a3726b663aa6e7a43e1af2 /PKGBUILD
parent32bb280f190c5574adba33b6ef22b17f829bbed0 (diff)
downloadaur-b72553930fc4c9f7596164f3f11a85d125d812f2.tar.gz
ver 1.2.277
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1ab6988b0c9..deccfda5d1c6 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.275
+pkgver=1.2.277
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=('aad3a5b4b614f8e26ba2849f95e7e758f9b33a7e4368d6a03b2b8d35b817b4a2')
+sha256sums=('138b099668d2f5d689787b2273319ea27c6c8b572c04fe7540bf01588a3e9439')
package() {
install -Dm755 werf "${pkgdir}/usr/bin/werf"