Skip to content

Commit 3e3629b

Browse files
committed
Update Vault dependency to use Hashicorp's homebrew tap
1 parent bd4a78f commit 3e3629b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ brews:
5454
folder: Formula
5555
dependencies:
5656
- name: kubectl
57-
- name: vault
57+
- name: hashicorp/tap/vault
5858
- name: sshuttle
5959
test: |
6060
system "bin/truss", "help"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = v0.3.7
1+
VERSION = v0.3.8
22

33
release:
44
git tag -a ${VERSION} -m ${VERSION}

0 commit comments

Comments
 (0)