|
6 | 6 | class Boundary < Formula
|
7 | 7 | desc 'Boundary'
|
8 | 8 | homepage 'https://www.boundaryproject.io/'
|
9 |
| - version '0.18.1' |
| 9 | + version '0.18.2' |
10 | 10 |
|
11 | 11 | if OS.mac? && Hardware::CPU.intel?
|
12 |
| - url 'https://releases.hashicorp.com/boundary/0.18.1/boundary_0.18.1_darwin_amd64.zip' |
13 |
| - sha256 'd381c5f02824049905dbbab02e34bdb3c73ae4ce7a0ccfa7c962d7e2c5d99e88' |
| 12 | + url 'https://releases.hashicorp.com/boundary/0.18.2/boundary_0.18.2_darwin_amd64.zip' |
| 13 | + sha256 '21af2f85e5fea8741b833c7fd9bd1172f6108f4170471dcdc6c45c91402da99c' |
14 | 14 | end
|
15 | 15 |
|
16 | 16 | if OS.mac? && Hardware::CPU.arm?
|
17 |
| - url 'https://releases.hashicorp.com/boundary/0.18.1/boundary_0.18.1_darwin_arm64.zip' |
18 |
| - sha256 'b20abbec1ed3deb8905d4053c842f81d8be651077fd111ceb4b20810ed0896e6' |
| 17 | + url 'https://releases.hashicorp.com/boundary/0.18.2/boundary_0.18.2_darwin_arm64.zip' |
| 18 | + sha256 'e96ee2fd6044c5820f794b97a21a149a4088ae65a7c2ee627f70f0b95efeb773' |
19 | 19 | end
|
20 | 20 |
|
21 | 21 | if OS.linux? && Hardware::CPU.intel?
|
22 |
| - url 'https://releases.hashicorp.com/boundary/0.18.1/boundary_0.18.1_linux_amd64.zip' |
23 |
| - sha256 '041420f39f08bee06925d36ed7d2ded252a9ba4a1a1dc7b0dd418f855785a1e4' |
| 22 | + url 'https://releases.hashicorp.com/boundary/0.18.2/boundary_0.18.2_linux_amd64.zip' |
| 23 | + sha256 '2b52371623745eb862780ea965ea773052623028487443353e7d32b4e903a169' |
24 | 24 | end
|
25 | 25 |
|
26 | 26 | if OS.linux? && Hardware::CPU.arm? && !Hardware::CPU.is_64_bit?
|
27 |
| - url 'https://releases.hashicorp.com/boundary/0.18.1/boundary_0.18.1_linux_arm.zip' |
28 |
| - sha256 'd9dccef305703c9808ad45e93ee1204d54067cf832a38d97ead45e91c01f65b7' |
| 27 | + url 'https://releases.hashicorp.com/boundary/0.18.2/boundary_0.18.2_linux_arm.zip' |
| 28 | + sha256 '1c39500f91f74175bea96ff441ab50e665d4441cf7cf2c8951b2dae7ecb73634' |
29 | 29 | end
|
30 | 30 |
|
31 | 31 | if OS.linux? && Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
|
32 |
| - url 'https://releases.hashicorp.com/boundary/0.18.1/boundary_0.18.1_linux_arm64.zip' |
33 |
| - sha256 'dc271a5ce0bea964ae992aac6c43ed1e9e77a44439fd2de5ac0c02a19ad03e31' |
| 32 | + url 'https://releases.hashicorp.com/boundary/0.18.2/boundary_0.18.2_linux_arm64.zip' |
| 33 | + sha256 '942f02f1ba0d2dcb0d232b7abdc53c8aa2269d172dd38c5d815dec37f8ef63c9' |
34 | 34 | end
|
35 | 35 |
|
36 | 36 | conflicts_with 'boundary'
|
|
0 commit comments