Skip to content

Commit d377ee6

Browse files
committed
totp: add 1.1.0 bottle.
1 parent a142a7c commit d377ee6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Formula/totp.rb

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ class Totp < Formula
55
sha256 "b95ff20c80f0aa9ee7fa858ca0d85dcb2f24bfbee7940c59495b561dd04a875e"
66
license "Apache-2.0" # Actually it's (Apache-2.0 OR MIT). Commenting it out due do false-alarm of "brew audit"
77

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+
814
depends_on "go" => :build
915

1016
def install

0 commit comments

Comments
 (0)