Skip to content

Commit 5b7e8d4

Browse files
authored
Merge pull request Homebrew#206462 from Homebrew/bump-httm-0.45.7
httm 0.45.7
2 parents 5e11c72 + 447ff5d commit 5b7e8d4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/h/httm.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Httm < Formula
22
desc "Interactive, file-level Time Machine-like tool for ZFS/btrfs"
33
homepage "https://github.com/kimono-koans/httm"
4-
url "https://github.com/kimono-koans/httm/archive/refs/tags/0.45.6.tar.gz"
5-
sha256 "ff5d64f8cedee2a1a7fcddfe122ba75ef9322ce53ea1312a17ecdf8b2f17c996"
4+
url "https://github.com/kimono-koans/httm/archive/refs/tags/0.45.7.tar.gz"
5+
sha256 "7c8aaf28c68946b222ff7e5c98ae0bd023c9e676863e493f8dc2e862e599d828"
66
license "MPL-2.0"
77
head "https://github.com/kimono-koans/httm.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a11fc65a224926738ccb7fcd232f91954e75270a25a8fa64c8e936deccb4f312"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "91f0bc36ffcda5be3758bc426a58f1a36ca7e9c177e5eaae21fdfefdc78c21e3"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "556b89a55ccdfbce5225ad65b5640255f8205ded986e40aab50450c73d582b28"
13-
sha256 cellar: :any_skip_relocation, sonoma: "570202422f3c7707839baecd678bdd9e0cbb2ddbe316483269384999000bd86f"
14-
sha256 cellar: :any_skip_relocation, ventura: "9bb7795f25e350aaac74b02a2cc3baf3568c3fbf1f7b8dcbeaad6c0d2d41079d"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "ff7dc298ccf696ac957351004df9bc6c39d093a30f5e1930a15adcfc7a794d6c"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f50af354ba0f1adf9cfd26064556dda941127d4e274af701ddcd9a12393f2ec5"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fe910c445f531a1208983cf33e0ce5f5e2f96f466ff826682f441a4aa792ee75"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "dbada720842421771c19622a841169052f6c374908a12adb10c2f0549bc008b7"
13+
sha256 cellar: :any_skip_relocation, sonoma: "553db68666727178d8a86ec33a568c17f1f6f7b6678a24b0800d53cc121b1bcc"
14+
sha256 cellar: :any_skip_relocation, ventura: "55e8e5752411164f6f861d1f823437ebc20ff882bb385b2145317905fa56e22c"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a74a94b52cc9a0663cab58f1ee3170e9e1d5154283178dd7b02327c3310a09e6"
1616
end
1717

1818
depends_on "rust" => :build

0 commit comments

Comments
 (0)