summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Wright2021-06-10 07:03:35 +0100
committerJonathan Wright2021-06-10 07:03:35 +0100
commit0e3ba9c424727d08ae2721df239d663b55970623 (patch)
tree2610f1560b00d0b94035b8ea319404a6dbad08c0
parentff24b85191af09188a532bfb0efa7c26aa457538 (diff)
downloadaur-0e3ba9c424727d08ae2721df239d663b55970623.tar.gz
Bump package to 0.3.0-1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2462520989ba..9c2b5e524265 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,18 @@
pkgbase = boundary-bin
pkgdesc = Network resources access controller
- pkgver = 0.2.3
+ pkgver = 0.3.0
pkgrel = 1
url = https://www.boundaryproject.io/
arch = x86_64
license = MPL2
makedepends = unzip
- provides = boundary=0.2.3
+ provides = boundary=0.3.0
options = !strip
source = boundary-controller.service
source = boundary-worker.service
sha256sums = 7fed68123ae0ef4571e22968824ea4f6a9adf1585ef6804bb1023190c1527a9b
sha256sums = 9803913afaee12c34addc93648d2a3c3ea736995f4979224de75def8ab36e2ed
- source_x86_64 = boundary-0.2.3.zip::https://releases.hashicorp.com/boundary/0.2.3/boundary_0.2.3_linux_amd64.zip
- sha256sums_x86_64 = 59bedce0111e3e2a3f64dddd2b6152e3314d7e7d141732afa4f9eff5b6293a0a
+ source_x86_64 = boundary-0.3.0.zip::https://releases.hashicorp.com/boundary/0.3.0/boundary_0.3.0_linux_amd64.zip
+ sha256sums_x86_64 = 27758ae25702360f9d5a38d4e255670270719f952f47dce6469ee401f5f71f0a
pkgname = boundary-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 59fc1b670473..04ad287ebe29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Wright <jon@than.io>
pkgname=boundary-bin
-pkgver=0.2.3
+pkgver=0.3.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=('59bedce0111e3e2a3f64dddd2b6152e3314d7e7d141732afa4f9eff5b6293a0a')
+sha256sums_x86_64=('27758ae25702360f9d5a38d4e255670270719f952f47dce6469ee401f5f71f0a')
options=("!strip")
package() {