Skip to content

Commit

Permalink
Merge pull request #156237 from Porkepix/bump-httm-0.32.1
Browse files Browse the repository at this point in the history
httm 0.32.1
  • Loading branch information
BrewTestBot committed Dec 3, 2023
2 parents 8ae15cd + 5673bec commit 304d4d8
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.32.0.tar.gz"
sha256 "dbd76ed0b908b9f19c7dff34ba0c71ce1da731a065590f9992a7a08390373bac"
url "https://github.com/kimono-koans/httm/archive/refs/tags/0.32.1.tar.gz"
sha256 "ad16f36bc09aab25d7b96d3cc60e6a2d2eb7ff6de9290d5ce72ae146083b336d"
license "MPL-2.0"
head "https://github.com/kimono-koans/httm.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e06bea6d6e2bb223aa3f7acf78f0809d03359a30ad1fbf0bfbe96adc64e8cf8a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f954b34e2072151ba69d7edb30016100a04ee7ba5f553f59650ab9334ba7b689"
sha256 cellar: :any_skip_relocation, arm64_monterey: "e785db16d720003728c3eaaec9b2b29e93ba7fb512067716b11c0fa36af5e3aa"
sha256 cellar: :any_skip_relocation, sonoma: "6bb2a419eb05aaad9c1a6cedbbd8a2ef97419c1560d24fc4c74b1c4bd844d5b9"
sha256 cellar: :any_skip_relocation, ventura: "1167af59588887deef6753882662a090cc9413624cd1fa23f6f26405e6d18cb8"
sha256 cellar: :any_skip_relocation, monterey: "1de203eb9527b2e5cbc4fa05918368b632088cd0eee816bb932216bb882dd0df"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5e6fb93de3180bf811302236adeedd7019fbce89dc73fb86ca6576d88b62665a"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "600080c118b3533237e8d92e98e6aaa4b53c25100a1a92ac02135386112ae0f7"
sha256 cellar: :any_skip_relocation, arm64_ventura: "eb6b8787e53c566c9fecc3ea217db6ef5dcb1315907d52e75333bc80bcd54b63"
sha256 cellar: :any_skip_relocation, arm64_monterey: "8b06c0bf0eaa46c6f9fd8ee4484cd9ed2f4012c375578ef3b8ef8b3802f75b42"
sha256 cellar: :any_skip_relocation, sonoma: "6218a768182a9924d9887a7761bd8ec44d3a616222cd83514afc084ba64bae90"
sha256 cellar: :any_skip_relocation, ventura: "ae85acb131f002c29f661ba0d87719441783a94cb895d507a988d9c16c687ab6"
sha256 cellar: :any_skip_relocation, monterey: "cc5d8b7d3804f79a28256d1e4ca44c95547615d867299cf1b4d19006bda6dda9"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ca0db2aea5fdab25a5c5d35242756e197b5abc8a8243e398f6bf57fbbd913f93"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 304d4d8

Please sign in to comment.