11class Chezmoi < Formula
22 desc "Manage your dotfiles across multiple diverse machines, securely"
33 homepage "https://chezmoi.io/"
4- url "https://github.com/twpayne/chezmoi/releases/download/v2.62.7 /chezmoi-2.62.7 .tar.gz"
5- sha256 "d67af4b2ba35b15247f8a0bbcfd61147e05a2ac33cb67f403b6565837ee3861f "
4+ url "https://github.com/twpayne/chezmoi/releases/download/v2.63.0 /chezmoi-2.63.0 .tar.gz"
5+ sha256 "3d66001de6022e7c4f7b587cb68fc8097215165f4ff37e6a6398b9c2097c3f94 "
66 license "MIT"
77 head "https://github.com/twpayne/chezmoi.git" , branch : "master"
88
@@ -14,13 +14,13 @@ class Chezmoi < Formula
1414 end
1515
1616 bottle do
17- sha256 cellar : :any_skip_relocation , arm64_sequoia : "538c908ca5cb6da7592eb2846bda5cf8a1dc5041ecf01e742e5142ffb2901362 "
18- sha256 cellar : :any_skip_relocation , arm64_sonoma : "91cbb68053ae6f938120e4f03b7ccb9d75ada34c57b62d0b3520f5e99b90c5a7 "
19- sha256 cellar : :any_skip_relocation , arm64_ventura : "9e532387ca1eaa6fb521885bbef0d55e93d9ed61a595f53bf779e185c8f1d0c7 "
20- sha256 cellar : :any_skip_relocation , sonoma : "3e222e0f16e7cec8674d6679d36492c8b8754cdbe48dc87bce32f3f2345c595e "
21- sha256 cellar : :any_skip_relocation , ventura : "30d5152c66d373de1740cbae4cbf08b3b36cd75694d9c47c883fc56906bf8340 "
22- sha256 cellar : :any_skip_relocation , arm64_linux : "04ba79fe75d3131b4753991d1c4d9534ddb250b4bfe9ce22c22cec2cd9b25dd1 "
23- sha256 cellar : :any_skip_relocation , x86_64_linux : "8a78e9ae151d453f64a3039007abdee4d3af2ffe747fc8c7e86dee2c4dbcd96b "
17+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "db4a329ad4653ccbd1d3bfddd09ea45cbfb443f030d8c4040143cedb1811f498 "
18+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "d15b6ad287aeab57cd8e5f118f8c36c80ee0574ab1bbb47e63fa3a554564b17f "
19+ sha256 cellar : :any_skip_relocation , arm64_ventura : "09956573f53dbd741b33c78414c2b8753299838aedc079cd5d33664c46c3bf31 "
20+ sha256 cellar : :any_skip_relocation , sonoma : "9b252a7f7fb4e86d3c17ee6572944550e951930dfa42cd360be89c571850f54a "
21+ sha256 cellar : :any_skip_relocation , ventura : "7f46303e3c7725f4d10cb2fc04ec6ec6140a4bcec1b933619db66c1b38480178 "
22+ sha256 cellar : :any_skip_relocation , arm64_linux : "b354f6ee1d97ed17ddf48cfa5873b230d07622ddc3cc517710a9d5c59208852d "
23+ sha256 cellar : :any_skip_relocation , x86_64_linux : "30d5e59c020436d5dc509bdc8a1b8e20e9d6a6af045a4f4903527f7b9cb0ce25 "
2424 end
2525
2626 depends_on "go" => :build
0 commit comments