summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Wright2021-07-01 13:18:33 +0100
committerJonathan Wright2021-07-01 13:18:33 +0100
commitda319efd7776a4133cfd05d3a399a12fc502947e (patch)
tree6d4f3aff9dce2a68536f9dbc611fe05301dd7056
parent0e3ba9c424727d08ae2721df239d663b55970623 (diff)
downloadaur-da319efd7776a4133cfd05d3a399a12fc502947e.tar.gz
Bump package to 0.4.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c2b5e524265..124f3776e1e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = boundary-bin
pkgdesc = Network resources access controller
- pkgver = 0.3.0
+ pkgver = 0.4.0
pkgrel = 1
url = https://www.boundaryproject.io/
arch = x86_64
license = MPL2
makedepends = unzip
- provides = boundary=0.3.0
+ provides = boundary=0.4.0
options = !strip
source = boundary-controller.service
source = boundary-worker.service
sha256sums = 7fed68123ae0ef4571e22968824ea4f6a9adf1585ef6804bb1023190c1527a9b
sha256sums = 9803913afaee12c34addc93648d2a3c3ea736995f4979224de75def8ab36e2ed
- 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
+ source_x86_64 = boundary-0.4.0.zip::https://releases.hashicorp.com/boundary/0.4.0/boundary_0.4.0_linux_amd64.zip
+ sha256sums_x86_64 = 3a7242a9d9e577af7ec023b53713599e2b9d24d68a0b06b12ddd7d297fe909c2
pkgname = boundary-bin
diff --git a/PKGBUILD b/PKGBUILD
index 04ad287ebe29..f537d0b0b446 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Wright <jon@than.io>
pkgname=boundary-bin
-pkgver=0.3.0
+pkgver=0.4.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=('27758ae25702360f9d5a38d4e255670270719f952f47dce6469ee401f5f71f0a')
+sha256sums_x86_64=('3a7242a9d9e577af7ec023b53713599e2b9d24d68a0b06b12ddd7d297fe909c2')
options=("!strip")
package() {