Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions Formula/a/aws-vault.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class AwsVault < Formula
desc "Securely store and access AWS credentials in development environments"
homepage "https://github.com/ByteNess/aws-vault"
url "https://github.com/ByteNess/aws-vault/archive/refs/tags/v7.7.1.tar.gz"
sha256 "e9484125d5d9bdf18b41f6cc00373f9d1623c7f250d24802e517cbfa3e787717"
url "https://github.com/ByteNess/aws-vault/archive/refs/tags/v7.7.2.tar.gz"
sha256 "1a284c1cd1a7b01725d7121f6f5962e1cc32b88762a840743d86fd9054397183"
license "MIT"
head "https://github.com/ByteNess/aws-vault.git", branch: "main"

Expand All @@ -12,11 +12,11 @@ class AwsVault < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_tahoe: "6033973a2903160dd9941ce5475359b10997f72a60be1bb073dafeb20aaf400f"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b93f1244986c9c0474d435bb93df5690773f4186eb54235653734582b7c569a7"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "48a9a3039b4e316a3775281a5b35a211756c4167d0ae6d441054d7a09f23ed46"
sha256 cellar: :any_skip_relocation, sonoma: "748e225b055f3b680d7faa9376568be79206f198fe4a994455d18eda6636e6f0"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2b3d48990c3f3075585c55ad60fb1e152cbdf690c897e6bfff9bc5ef1478775c"
sha256 cellar: :any_skip_relocation, arm64_tahoe: "cbdb46f945ea79b48e4e6790d970cfd13cef89ff8f1d30d3fc0de9b40089f2e3"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "46ff129a53593ee8cfd5dc8dd73456daae0997c56cb76f51b1aeace29b4aa417"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7becae64b56feb87e16f873bf7e387496cfb9ea5789089e932ecf7e90fe8f1dd"
sha256 cellar: :any_skip_relocation, sonoma: "bbb472e244e9c76f154a62bae6958f1dcf1c6bf78281d3607a192483b54d3679"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d1db699414bb17c1ca927759ec79d89ea575278b045167e362d57862b5d62774"
end

depends_on "go" => :build
Expand Down
Loading