We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a142a7c commit d377ee6Copy full SHA for d377ee6
Formula/totp.rb
@@ -5,6 +5,12 @@ class Totp < Formula
5
sha256 "b95ff20c80f0aa9ee7fa858ca0d85dcb2f24bfbee7940c59495b561dd04a875e"
6
license "Apache-2.0" # Actually it's (Apache-2.0 OR MIT). Commenting it out due do false-alarm of "brew audit"
7
8
+ bottle do
9
+ root_url "https://github.com/simnalamburt/homebrew-x/releases/download/totp-1.1.0"
10
+ sha256 cellar: :any_skip_relocation, arm64_sequoia: "efa21e36728a432fc18cdfb8d5c6b11c07d8475090011dfc93c05b2ce8acc64f"
11
+ sha256 cellar: :any_skip_relocation, ventura: "346a682d7d47a937e98d8464fa01b1f7f3a3c5976ac0c1c294d4fcf988b44d44"
12
+ end
13
+
14
depends_on "go" => :build
15
16
def install
0 commit comments