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.0 .tar.gz"
5
- sha256 "2a31dcd297c82d1b0ffa9303c34d5ed9d2a5e14a33236d26ab17b1db1f9f4631 "
4
+ url "https://github.com/thoughtworks/talisman/archive/refs/tags/v1.33.1 .tar.gz"
5
+ sha256 "97a5c244a6ba2d91e3b1712de380572371323bdcb2087a702f961a0ff2eb0b5b "
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 : "546b00903de07eb94c719ce11d4a5e14120e49d3a2dd1c99adbc30578b03d63c "
17
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "546b00903de07eb94c719ce11d4a5e14120e49d3a2dd1c99adbc30578b03d63c "
18
- sha256 cellar : :any_skip_relocation , arm64_ventura : "546b00903de07eb94c719ce11d4a5e14120e49d3a2dd1c99adbc30578b03d63c "
19
- sha256 cellar : :any_skip_relocation , sonoma : "ee085dac06950cc3c8baca47d15c176e1200968317d7499a7b2d39278f3dba9d "
20
- sha256 cellar : :any_skip_relocation , ventura : "ee085dac06950cc3c8baca47d15c176e1200968317d7499a7b2d39278f3dba9d "
21
- sha256 cellar : :any_skip_relocation , x86_64_linux : "227d60f256228145098aa849fceec1c44cd3427f4a0b5d54ce0f94de8a2d4b1b "
16
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "bebb205984b4e6afb18f7aaa0891ba9082756c488a3b0b9c976834e86fd3387a "
17
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "bebb205984b4e6afb18f7aaa0891ba9082756c488a3b0b9c976834e86fd3387a "
18
+ sha256 cellar : :any_skip_relocation , arm64_ventura : "bebb205984b4e6afb18f7aaa0891ba9082756c488a3b0b9c976834e86fd3387a "
19
+ sha256 cellar : :any_skip_relocation , sonoma : "ee1ef464ee611111a2d611bded029f1fe7540da4558286e3068182e692a64dd4 "
20
+ sha256 cellar : :any_skip_relocation , ventura : "ee1ef464ee611111a2d611bded029f1fe7540da4558286e3068182e692a64dd4 "
21
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "995f49826e2e2ba4acbec116d4572b0ab40d91909d8511a56c30b2b5d5cc3c4e "
22
22
end
23
23
24
24
depends_on "go" => :build
0 commit comments