summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRoman Geraskin2023-07-25 21:05:04 +0000
committerRoman Geraskin2023-07-25 21:05:04 +0000
commit66639af91425e3cf77243029511ba87b1ec526bf (patch)
treeb572bb028be1099870787f86661af471ba93c1c3 /PKGBUILD
parent3f4ed6f9efee7108e9a12713d5b698701cde85a4 (diff)
downloadaur-66639af91425e3cf77243029511ba87b1ec526bf.tar.gz
ver 1.2.248
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 499698746811..5c2e17edfb48 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.247
+pkgver=1.2.248
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=('af0b4324fa3a36ec217680fb75bb6af36a374d01762972d981a0d953948494c7')
+sha256sums=('29dba408905296d018c4dabdd991e0fed41f6a8e56a827598efdef64800c8f77')
package() {
install -Dm755 werf "${pkgdir}/usr/bin/werf"