Skip to content

Commit

Permalink
teller 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewTestBot authored and dtrodrigues committed May 19, 2024
1 parent 6caee89 commit ab73f49
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Formula/t/teller.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Teller < Formula
desc "Secrets management tool for developers built in Go"
homepage "https://github.com/tellerops/teller"
url "https://github.com/tellerops/teller/archive/refs/tags/v2.0.5.tar.gz"
sha256 "736bfe5781c85f02b56dba9e987016510918a5b951b56f3bf1e42f291ce32f59"
url "https://github.com/tellerops/teller/archive/refs/tags/v2.0.7.tar.gz"
sha256 "1d4275ede4366a31efc94039c58da4cec87466d09cc01444c3c18e9432716d23"
license "Apache-2.0"
head "https://github.com/tellerops/teller.git", branch: "master"

Expand All @@ -17,6 +17,7 @@ class Teller < Formula
end

depends_on "pkg-config" => :build
depends_on "protobuf" => :build
depends_on "rust" => :build

on_linux do
Expand Down

0 comments on commit ab73f49

Please sign in to comment.