summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRoman Geraskin2023-07-19 21:04:45 +0000
committerRoman Geraskin2023-07-19 21:04:45 +0000
commit3f4ed6f9efee7108e9a12713d5b698701cde85a4 (patch)
tree8957cbac7495d7474f65e7f40e50a3977f585e0b /PKGBUILD
parent9fe165a36edc5063ae6609f29cc2a814e7e445a1 (diff)
downloadaur-3f4ed6f9efee7108e9a12713d5b698701cde85a4.tar.gz
ver 1.2.247
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b69cb821eea..499698746811 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.243
+pkgver=1.2.247
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=('13e74d0aa2e7dcb8d2ad192c8719f60d64e477820b50197e6629fb4bc08ab0cf')
+sha256sums=('af0b4324fa3a36ec217680fb75bb6af36a374d01762972d981a0d953948494c7')
package() {
install -Dm755 werf "${pkgdir}/usr/bin/werf"