Commit 610063d 1 parent ae1e389 commit 610063d Copy full SHA for 610063d
File tree 1 file changed +4
-8
lines changed
1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 1
1
class Totp < Formula
2
2
desc "Simple TOTP CLI, powered by keychain of macOS"
3
3
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 "
6
6
license "Apache-2.0" # Actually it's (Apache-2.0 OR MIT). Commenting it out due do false-alarm of "brew audit"
7
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
8
depends_on "go" => :build
15
9
16
10
def install
17
11
system "go" , "build" , *std_go_args ( ldflags : "-s -w" )
12
+
13
+ generate_completions_from_executable ( bin /"totp" , "completion" )
18
14
end
19
15
end
You can’t perform that action at this time.
0 commit comments