1
1
class Talisman < Formula
2
2
desc "Tool to detect and prevent secrets from getting checked in"
3
3
homepage "https://thoughtworks.github.io/talisman/"
4
- url "https://github.com/thoughtworks/talisman/archive/refs/tags/v1.33.2 .tar.gz"
5
- sha256 "b80ca17bdfd3c3805373dc81dcfa8bc84a1c947c609439d896246a1ccb06eabc "
4
+ url "https://github.com/thoughtworks/talisman/archive/refs/tags/v1.34.0 .tar.gz"
5
+ sha256 "273c200ce3950d3064c2077545b0d2d41d1c14708f61343b30ea8ee667b83474 "
6
6
license "MIT"
7
7
version_scheme 1
8
8
head "https://github.com/thoughtworks/talisman.git" , branch : "master"
@@ -13,12 +13,12 @@ class Talisman < Formula
13
13
end
14
14
15
15
bottle do
16
- sha256 cellar : :any_skip_relocation , arm64_sequoia : "54c0bff3b1e1e3e583a428a20183f62c5f2371ed096bc3f4c70102ec38c9974b "
17
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "54c0bff3b1e1e3e583a428a20183f62c5f2371ed096bc3f4c70102ec38c9974b "
18
- sha256 cellar : :any_skip_relocation , arm64_ventura : "54c0bff3b1e1e3e583a428a20183f62c5f2371ed096bc3f4c70102ec38c9974b "
19
- sha256 cellar : :any_skip_relocation , sonoma : "c7e61502ed99bc9ac655b52f02f5aa035b2f104e9876303b75b7a2d27336a797 "
20
- sha256 cellar : :any_skip_relocation , ventura : "c7e61502ed99bc9ac655b52f02f5aa035b2f104e9876303b75b7a2d27336a797 "
21
- sha256 cellar : :any_skip_relocation , x86_64_linux : "19734b3d820168398d6ff9ec5e94d8dd7211a946da3585a5ec971481ee6376ed "
16
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "8efdf72894ee81f99878be02786e948060d44acdc9dfa03103e68d7011b718d1 "
17
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "8efdf72894ee81f99878be02786e948060d44acdc9dfa03103e68d7011b718d1 "
18
+ sha256 cellar : :any_skip_relocation , arm64_ventura : "8efdf72894ee81f99878be02786e948060d44acdc9dfa03103e68d7011b718d1 "
19
+ sha256 cellar : :any_skip_relocation , sonoma : "749c043095ab979fefb76bf2390fd9f1df635f23a9bb370dd07f55b7b442aa16 "
20
+ sha256 cellar : :any_skip_relocation , ventura : "749c043095ab979fefb76bf2390fd9f1df635f23a9bb370dd07f55b7b442aa16 "
21
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "4935128183e1ef6300923e9e7f903e2efd80088caaefd374e2bd730aaf37d56e "
22
22
end
23
23
24
24
depends_on "go" => :build
0 commit comments