Skip to content

Commit

Permalink
Merge pull request #178639 from Homebrew/bump-httm-0.40.4
Browse files Browse the repository at this point in the history
httm 0.40.4
  • Loading branch information
BrewTestBot committed Jul 27, 2024
2 parents 4f63527 + cc1943b commit 9c0d54c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/h/httm.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Httm < Formula
desc "Interactive, file-level Time Machine-like tool for ZFS/btrfs"
homepage "https://github.com/kimono-koans/httm"
url "https://github.com/kimono-koans/httm/archive/refs/tags/0.40.3.tar.gz"
sha256 "b61997855a97c48941075f84f7c49cd68c40140c5d07d22cdf671a9a0fde593d"
url "https://github.com/kimono-koans/httm/archive/refs/tags/0.40.4.tar.gz"
sha256 "61d1b9d2c0bc03de58bdced4b04ebbfd4f3a173a2401d299f2525ef504d63b30"
license "MPL-2.0"
head "https://github.com/kimono-koans/httm.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "114a255a1233f14649513219df01c7f2d23e7b2078d2b55274b7ac1408c650b7"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d7fab369f7de3d839a4a0c4962c1e6593f8592e033ca7a8282c4d516a9f913c2"
sha256 cellar: :any_skip_relocation, arm64_monterey: "634ce988001a48e5e12f00b485922d6d4fcd8374e3b3103230ead9c5928f098d"
sha256 cellar: :any_skip_relocation, sonoma: "49e09ae2b809ac4e74bd122953b9b8bef85e26cb630633c1280866f0d4315fa4"
sha256 cellar: :any_skip_relocation, ventura: "306c3e395365374caf605bf7c5ea2706f83322b5667b5374a9564f14734d7d1c"
sha256 cellar: :any_skip_relocation, monterey: "2b63a54a03086cbd0d83066fb9d696bebc6c9e796a8e76cd93205b43522ceebb"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c4bbe609e31d83c1449ab27dfe42f26df435715ae4dfb0b7b5c998311a747d05"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "bfacc1489733345e215096f08caf48e9d00616e42af3ca9c65b82c5fc0af1b6c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "0a3fcdd5f565349a50aa8e7de63ac029082c47559745cdc5720e1811f49961c2"
sha256 cellar: :any_skip_relocation, arm64_monterey: "c58e880d0a9f54434428b4d5e9581ed1b2563be541badee9b0d1e705f75cf103"
sha256 cellar: :any_skip_relocation, sonoma: "333ca22b31de2be1f5c16d35e328824f9863bf10554c6b5f48e06f951b9edf45"
sha256 cellar: :any_skip_relocation, ventura: "8b70ba9eee9c706d4cfaacdb0e50d7519b062aaa941b2728808744023d1a1c39"
sha256 cellar: :any_skip_relocation, monterey: "a4e3ba990087bf138fffbcbddaa68fd045d0c4a9c2f4f65fd7eb2ab2f56bfec1"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7a672066ab22de9bd4bfd09e1fbdef0b3923f8d435f7b41e808c97c8a661d6f0"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 9c0d54c

Please sign in to comment.