|
1 | 1 | class Cotp < Formula |
2 | 2 | desc "TOTP/HOTP authenticator app with import functionality" |
3 | 3 | homepage "https://github.com/replydev/cotp" |
4 | | - url "https://github.com/replydev/cotp/archive/refs/tags/v1.9.3.tar.gz" |
5 | | - sha256 "17db3320e856681014e2feeeff25a49a0f06c2686ce264058e2f1d0294d55697" |
| 4 | + url "https://github.com/replydev/cotp/archive/refs/tags/v1.9.4.tar.gz" |
| 5 | + sha256 "d992698e9177f7e9e00031c91d3f4857c39fb6cdc988ee5e1b4424ae6b82ea36" |
6 | 6 | license "GPL-3.0-only" |
7 | 7 | head "https://github.com/replydev/cotp.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "83e5dd05c109565cd3239eb5a3388b5c56a8389ea38a1673615082ac87d010e4" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "17114e7089724fc2c0854dc358f2e8d7fda8435a31b857505d82b014e8859b0b" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "9bf26d16e4dea7cad01a1ea4506a4e3e755546ec5f9105a8522cf7b489d3409c" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "5cd96c7073add793ceffc2a98b68a3a7c9a1dbb298c4d94fe1f2dcdd6521dd80" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "0cef315a17d082fdf0e725bf44e2fb94f7fb74d8222758a2088870850b70e9df" |
15 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "58d4017bc993a953f289b59c4897f7f95d082a1bb7c67a77a8e41979b0511b58" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "3cd1e46054bc8dbaf35265ff52c44cf740383746546cb2b0e047361bebbba0ab" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d234fa403ac86f2df536f76e90ab76fe7bf20134694a10c9c08c59ea0d66b9ec" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "429548e6194f6950502696a7ab495e47710dadca94fcc215881a69ec7a697712" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "a8113b265e4caa7e87f07f3086397782e9093eac4f6267765aad25fcb0529ca7" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "2b340dc84d3347dfd46305052812c614c6b0a99dcc81b60df2273ad45b36771d" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "0ff8c664232159a53ecb631f8b0dbff67d29f0d6742d412269943e8e29b657e8" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "507729b15f6dacde3ec96ef758825179cadfde8745ec1f916f01c9b5642edf0a" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "7d696e4a80b0a6b10124e8d4004b6da1a06fb7f4143939cadebe4f3ffb077c4f" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "rust" => :build |
|
0 commit comments