|
1 | 1 | class Httm < Formula |
2 | 2 | desc "Interactive, file-level Time Machine-like tool for ZFS/btrfs" |
3 | 3 | homepage "https://github.com/kimono-koans/httm" |
4 | | - url "https://github.com/kimono-koans/httm/archive/refs/tags/0.35.0.tar.gz" |
5 | | - sha256 "36820a490bdea90f22d17eb6bd2712bfe6dacba939ec078be1ca418f1d0f6530" |
| 4 | + url "https://github.com/kimono-koans/httm/archive/refs/tags/0.35.2.tar.gz" |
| 5 | + sha256 "528c99fe37ca8d5303ff78adf4417bd2c0ebd32fd2b2c015f32b5dfcd0afc4a7" |
6 | 6 | license "MPL-2.0" |
7 | 7 | head "https://github.com/kimono-koans/httm.git", branch: "master" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3c889c79ed2ccefe1669da1ed94000fd4af52945db83519f71218848f5167266" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "366dd1466a3b0ef6f4cb771c486e1c5695751af5b830ce84e77513f1bd9e7a61" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_monterey: "8b81bbf74094b854fc26882d7acedfc97227c0d2920a8d893372d1c834651d1b" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "62a172e4b68ad9a49a9abcea527da5fd3e6f63d2cc9c881324c499a72bb651fd" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "9583265aff8c9da5a86c633ec6b765f4d28b4e12bf2ef8d5dd875df6bbf714b6" |
15 | | - sha256 cellar: :any_skip_relocation, monterey: "8f51478f579d5ed60b4f966890be63711c9217f9d5fd66d750172a5d2d705cf9" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "3702662496efdcfcd177222e0551850a247673ed486389d677fb7fe30ff461d3" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cfb543caac29d057dcd54095cde9612b7ac006756641ff120492352fc16af4cf" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "d1611ff808044c679c13445a824b1f620331c497be1eb4e43056a2b74ba7473b" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_monterey: "88c92e06ab030ae97a7e4da1bb42abf84e0cb37ce72cfd8a94137b4246ce336c" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "fad26c75ba29d454da0d0cd044ba29d1482c08d98df37f3ca32c3eaa6e518244" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "627372d7b1a569dcf3f8a1adc1bab5b565aaad1b4549ff71589b86d20150d714" |
| 15 | + sha256 cellar: :any_skip_relocation, monterey: "ee386cafb8429347bdf12ceed5957865542459abeed9bc3155f7ce15f7f1e7df" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "778be655ac7b0e8fc04e594ea5781dff31ba75815b42c27cff2ecc3b1d413080" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "rust" => :build |
|
0 commit comments