Skip to content

Commit f6327cd

Browse files
authored
Merge pull request #72 from YakDriver/update-formulas
Update formulas
2 parents ac456eb + 513be2d commit f6327cd

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

Formula/boundary.rb

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,31 @@
66
class Boundary < Formula
77
desc 'Boundary'
88
homepage 'https://www.boundaryproject.io/'
9-
version '0.18.1'
9+
version '0.18.2'
1010

1111
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'
1414
end
1515

1616
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'
1919
end
2020

2121
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'
2424
end
2525

2626
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'
2929
end
3030

3131
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'
3434
end
3535

3636
conflicts_with 'boundary'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ brew install YakDriver/tap/waypoint
3939

4040
| Tap | Version |
4141
| --- | --- |
42-
| boundary | 0.18.1 |
42+
| boundary | 0.18.2 |
4343
| consul | 1.20.1 |
4444
| consul_aws | 0.1.3 |
4545
| nomad | 1.9.3 |

update_summary.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
boundary: 0.18.1
1+
boundary: 0.18.2
22
consul_aws: 0.1.3
33
consul: 1.20.1
44
nomad: 1.9.3

0 commit comments

Comments
 (0)