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
6 changes: 3 additions & 3 deletions phase.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Phase < Formula
desc "Securely manage your secrets and environment variables with Phase."
homepage "https://github.com/phasehq/cli"
url "https://github.com/phasehq/cli/releases/download/v1.19.4/phase_cli_macos_amd64_1.19.4.zip"
sha256 "035100417a5517d01df5be0306eb30c4dbf9c4dada1fef3221daac23e691602b"
version "1.19.4"
url "https://github.com/phasehq/cli/releases/download/v1.19.5/phase_cli_macos_amd64_1.19.5.zip"
sha256 "a6fdca2e6c48c160382f54ee4a390d9a667217b185d8a607ef4edee3c79c276a"
version "1.19.5"

def install
# Install the phase binary
Expand Down
Loading