diff options
author | Roman Geraskin | 2022-09-16 21:07:54 +0000 |
---|---|---|
committer | Roman Geraskin | 2022-09-16 21:07:54 +0000 |
commit | b576dc68c67b9da599ab1dd6dcb8d09a558c7a2a (patch) | |
tree | 7599f27c4cfdd3122808ca1873d3b7376bc7447a | |
parent | 858dac72d9e6ac4094c8aeaaf0e980686566f84b (diff) | |
download | aur-b576dc68c67b9da599ab1dd6dcb8d09a558c7a2a.tar.gz |
ver 1.2.174
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = werf-bin pkgdesc = Kubernetes build and delivery tool - pkgver = 1.2.173 + pkgver = 1.2.174 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.173/linux-amd64/bin/werf - sha256sums = 77cbd4a0d32ad93206c427d2c412789341d486682ce104a67b5e5fe48845301b + source = https://tuf.werf.io/targets/releases/1.2.174/linux-amd64/bin/werf + sha256sums = 2d5093ad8be1040a51520061beb627b5615633ae9a50ab9ad9fc01b185f7a02a pkgname = werf-bin @@ -1,7 +1,7 @@ # Maintainer: Roman Geraskin <roman dot n dot geraskin at gmail dot com> pkgname=werf-bin -pkgver=1.2.173 +pkgver=1.2.174 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=('77cbd4a0d32ad93206c427d2c412789341d486682ce104a67b5e5fe48845301b') +sha256sums=('2d5093ad8be1040a51520061beb627b5615633ae9a50ab9ad9fc01b185f7a02a') package() { install -Dm755 werf "${pkgdir}/usr/bin/werf" |