summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Geraskin2022-10-18 21:08:45 +0000
committerRoman Geraskin2022-10-18 21:08:45 +0000
commit35c016aa415eecf973774dcb8cb29511726cf2b6 (patch)
treefe76ddbcc6e6ec88667fe60edda5a70fefbab20f
parent896f612e3f436aed2f43ccd0198ab1eedf0d828f (diff)
downloadaur-35c016aa415eecf973774dcb8cb29511726cf2b6.tar.gz
ver 1.2.183
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19641d0f03b9..1aa09308bb63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = werf-bin
pkgdesc = Kubernetes build and delivery tool
- pkgver = 1.2.180
+ pkgver = 1.2.183
pkgrel = 1
url = https://werf.io
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = werf-bin
depends = git
provides = werf
conflicts = werf-git
- source = https://tuf.werf.io/targets/releases/1.2.180/linux-amd64/bin/werf
- sha256sums = 8e2e80600a2a34a74bebcfcf854b1991b4ca6ca0093e2eef885f2992d7136d03
+ source = https://tuf.werf.io/targets/releases/1.2.183/linux-amd64/bin/werf
+ sha256sums = 36d99ac147862c965a3a7917d6bc43a498050d990c8717bff5cbc662fcd25deb
pkgname = werf-bin
diff --git a/PKGBUILD b/PKGBUILD
index 52664c683b03..2a63ef6ad2b1 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.180
+pkgver=1.2.183
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=('8e2e80600a2a34a74bebcfcf854b1991b4ca6ca0093e2eef885f2992d7136d03')
+sha256sums=('36d99ac147862c965a3a7917d6bc43a498050d990c8717bff5cbc662fcd25deb')
package() {
install -Dm755 werf "${pkgdir}/usr/bin/werf"