summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Wright2021-09-16 09:48:32 +0100
committerJonathan Wright2021-09-16 09:48:32 +0100
commit3a774ea81c8e6be0776e2ff8bb2d721a3c921632 (patch)
treea71fc8dba130c5e8e43ab22638a07e201d3f4360
parentf4aa49e2fc52bd724a13748e6ec03710545f1cf8 (diff)
downloadaur-3a774ea81c8e6be0776e2ff8bb2d721a3c921632.tar.gz
Bump package to 0.6.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4672aced9948..0c4737f511bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = boundary-bin
pkgdesc = Network resources access controller
- pkgver = 0.6.0
+ pkgver = 0.6.1
pkgrel = 1
url = https://www.boundaryproject.io/
arch = x86_64
license = MPL2
makedepends = unzip
- provides = boundary=0.6.0
+ provides = boundary=0.6.1
options = !strip
source = boundary-controller.service
source = boundary-worker.service
sha256sums = 7fed68123ae0ef4571e22968824ea4f6a9adf1585ef6804bb1023190c1527a9b
sha256sums = 9803913afaee12c34addc93648d2a3c3ea736995f4979224de75def8ab36e2ed
- source_x86_64 = boundary-0.6.0.zip::https://releases.hashicorp.com/boundary/0.6.0/boundary_0.6.0_linux_amd64.zip
- sha256sums_x86_64 = 62dc5703df08eff2fbca5a0602f84b1ad03c05a54f53e559674a63efe6680fb4
+ source_x86_64 = boundary-0.6.1.zip::https://releases.hashicorp.com/boundary/0.6.1/boundary_0.6.1_linux_amd64.zip
+ sha256sums_x86_64 = 95c7375e1b96ba52aa323888d525e25e28cd749334ff908391c3d0f45f7eba03
pkgname = boundary-bin
diff --git a/PKGBUILD b/PKGBUILD
index c414ed53dd15..b6a03f0de0b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Wright <jon@than.io>
pkgname=boundary-bin
-pkgver=0.6.0
+pkgver=0.6.1
pkgrel=1
pkgdesc="Network resources access controller"
arch=('x86_64')
@@ -15,7 +15,7 @@ source=("boundary-controller.service"
source_x86_64=("boundary-${pkgver}.zip::https://releases.hashicorp.com/boundary/${pkgver}/boundary_${pkgver}_linux_amd64.zip")
sha256sums=('7fed68123ae0ef4571e22968824ea4f6a9adf1585ef6804bb1023190c1527a9b'
'9803913afaee12c34addc93648d2a3c3ea736995f4979224de75def8ab36e2ed')
-sha256sums_x86_64=('62dc5703df08eff2fbca5a0602f84b1ad03c05a54f53e559674a63efe6680fb4')
+sha256sums_x86_64=('95c7375e1b96ba52aa323888d525e25e28cd749334ff908391c3d0f45f7eba03')
options=("!strip")
package() {