summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Wright2022-03-18 09:31:13 +0000
committerJonathan Wright2022-03-18 09:31:13 +0000
commit7b047e631bf2eb7c0cf60763138c22f18a8e3834 (patch)
treec84def31bf00f4714e8fa1ce68ce19a0c3241f28
parent5bf508d5c0dfd038cf9f2cadcc369555830d5970 (diff)
downloadaur-7b047e631bf2eb7c0cf60763138c22f18a8e3834.tar.gz
Bump package to 0.7.6-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 642a89f265dd..90d838771d59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = boundary-bin
pkgdesc = Network resources access controller
- pkgver = 0.7.5
+ pkgver = 0.7.6
pkgrel = 1
url = https://www.boundaryproject.io/
arch = x86_64
license = MPL2
makedepends = unzip
- provides = boundary=0.7.5
+ provides = boundary=0.7.6
options = !strip
source = boundary-controller.service
source = boundary-worker.service
sha256sums = 7fed68123ae0ef4571e22968824ea4f6a9adf1585ef6804bb1023190c1527a9b
sha256sums = 9803913afaee12c34addc93648d2a3c3ea736995f4979224de75def8ab36e2ed
- source_x86_64 = boundary-0.7.5.zip::https://releases.hashicorp.com/boundary/0.7.5/boundary_0.7.5_linux_amd64.zip
- sha256sums_x86_64 = f5eb5fe62aaeeded91448c1cffd9442ea4f6f79c2820a387bcb2d6d72e982eac
+ source_x86_64 = boundary-0.7.6.zip::https://releases.hashicorp.com/boundary/0.7.6/boundary_0.7.6_linux_amd64.zip
+ sha256sums_x86_64 = 28cf7425e6763dda3406d5ae0cf416cf1b1f7d1b938e5913c8a8fd2bd22e64ed
pkgname = boundary-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0cfe4eb0cff3..ebf6cb429113 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Wright <jon@than.io>
pkgname=boundary-bin
-pkgver=0.7.5
+pkgver=0.7.6
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=('f5eb5fe62aaeeded91448c1cffd9442ea4f6f79c2820a387bcb2d6d72e982eac')
+sha256sums_x86_64=('28cf7425e6763dda3406d5ae0cf416cf1b1f7d1b938e5913c8a8fd2bd22e64ed')
options=("!strip")
package() {