summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Wright2022-08-15 10:49:14 +0100
committerJonathan Wright2022-08-15 10:49:14 +0100
commit0a69232316e152dd3dc64c3d546bb901219f8cf4 (patch)
treecb155e904371e6d2856126dfd55235f7bcb15a86
parent4ea41c7ea3986920726f3733ca7f3d6d29eb2d15 (diff)
downloadaur-0a69232316e152dd3dc64c3d546bb901219f8cf4.tar.gz
Bump package to 0.10.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf626c8eddf8..67c66705cf8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = boundary-bin
pkgdesc = Network resources access controller
- pkgver = 0.9.1
+ pkgver = 0.10.1
pkgrel = 1
url = https://www.boundaryproject.io/
arch = x86_64
license = MPL2
makedepends = unzip
- provides = boundary=0.9.1
+ provides = boundary=0.10.1
options = !strip
source = boundary-controller.service
source = boundary-worker.service
sha256sums = 7fed68123ae0ef4571e22968824ea4f6a9adf1585ef6804bb1023190c1527a9b
sha256sums = 9803913afaee12c34addc93648d2a3c3ea736995f4979224de75def8ab36e2ed
- source_x86_64 = boundary-0.9.1.zip::https://releases.hashicorp.com/boundary/0.9.1/boundary_0.9.1_linux_amd64.zip
- sha256sums_x86_64 = cbe308791f917a02430ac3eb7fa651a3031dd74000e7eea3f932db61b366baa0
+ source_x86_64 = boundary-0.10.1.zip::https://releases.hashicorp.com/boundary/0.10.1/boundary_0.10.1_linux_amd64.zip
+ sha256sums_x86_64 = bedfa4f2e839bac918533d57081cb10b954fa82460de8df4dd057e5749b88de5
pkgname = boundary-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5e6ad4ad6fc0..2e082bff7acc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Wright <jon@than.io>
pkgname=boundary-bin
-pkgver=0.9.1
+pkgver=0.10.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=('cbe308791f917a02430ac3eb7fa651a3031dd74000e7eea3f932db61b366baa0')
+sha256sums_x86_64=('bedfa4f2e839bac918533d57081cb10b954fa82460de8df4dd057e5749b88de5')
options=("!strip")
package() {