summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Wright2021-09-10 14:10:32 +0100
committerJonathan Wright2021-09-10 14:10:32 +0100
commitf4aa49e2fc52bd724a13748e6ec03710545f1cf8 (patch)
treeded83272d997e8a5a4782ba02e37969c3db35d63
parent83478cde4da32f7171467e99413e3996c39d0551 (diff)
downloadaur-f4aa49e2fc52bd724a13748e6ec03710545f1cf8.tar.gz
Bump package to 0.6.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 392eea7403da..4672aced9948 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = boundary-bin
pkgdesc = Network resources access controller
- pkgver = 0.5.1
+ pkgver = 0.6.0
pkgrel = 1
url = https://www.boundaryproject.io/
arch = x86_64
license = MPL2
makedepends = unzip
- provides = boundary=0.5.1
+ provides = boundary=0.6.0
options = !strip
source = boundary-controller.service
source = boundary-worker.service
sha256sums = 7fed68123ae0ef4571e22968824ea4f6a9adf1585ef6804bb1023190c1527a9b
sha256sums = 9803913afaee12c34addc93648d2a3c3ea736995f4979224de75def8ab36e2ed
- source_x86_64 = boundary-0.5.1.zip::https://releases.hashicorp.com/boundary/0.5.1/boundary_0.5.1_linux_amd64.zip
- sha256sums_x86_64 = cb0a00f1a85e9598eb0c5572b843e37ebed768f4d19cb0c9240d612fe62654af
+ 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
pkgname = boundary-bin
diff --git a/PKGBUILD b/PKGBUILD
index 02f8764ee110..c414ed53dd15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Wright <jon@than.io>
pkgname=boundary-bin
-pkgver=0.5.1
+pkgver=0.6.0
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=('cb0a00f1a85e9598eb0c5572b843e37ebed768f4d19cb0c9240d612fe62654af')
+sha256sums_x86_64=('62dc5703df08eff2fbca5a0602f84b1ad03c05a54f53e559674a63efe6680fb4')
options=("!strip")
package() {