Skip to content

Commit

Permalink
Update Vault dependency to use Hashicorp's homebrew tap
Browse files Browse the repository at this point in the history
  • Loading branch information
psi committed Jan 2, 2025
1 parent bd4a78f commit 3e3629b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ brews:
folder: Formula
dependencies:
- name: kubectl
- name: vault
- name: hashicorp/tap/vault
- name: sshuttle
test: |
system "bin/truss", "help"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = v0.3.7
VERSION = v0.3.8

release:
git tag -a ${VERSION} -m ${VERSION}
Expand Down

0 comments on commit 3e3629b

Please sign in to comment.