Skip to content

Commit 610063d

Browse files
committed
totp: 1.1.2
1 parent ae1e389 commit 610063d

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

Formula/totp.rb

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
class Totp < Formula
22
desc "Simple TOTP CLI, powered by keychain of macOS"
33
homepage "https://github.com/simnalamburt/macos-totp-cli"
4-
url "https://github.com/simnalamburt/macos-totp-cli/archive/refs/tags/v1.1.0.tar.gz"
5-
sha256 "b95ff20c80f0aa9ee7fa858ca0d85dcb2f24bfbee7940c59495b561dd04a875e"
4+
url "https://github.com/simnalamburt/macos-totp-cli/archive/refs/tags/v1.1.2.tar.gz"
5+
sha256 "0ee00a72909a837ec9570672d2b30368ef16c38f62cc986675a930b608248408"
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-
148
depends_on "go" => :build
159

1610
def install
1711
system "go", "build", *std_go_args(ldflags: "-s -w")
12+
13+
generate_completions_from_executable(bin/"totp", "completion")
1814
end
1915
end

0 commit comments

Comments
 (0)