|
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.48.6.tar.gz" |
5 |
| - sha256 "2f1b5b40b36810e67c6b895b788daba26887112636742b88156ef6fd1dc5d80c" |
| 4 | + url "https://github.com/kimono-koans/httm/archive/refs/tags/0.48.7.tar.gz" |
| 5 | + sha256 "69b0f79cbb195afc5f2be5f62f42be3f7ece6971408b864df5de597e5a0732a2" |
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_tahoe: "5079eedc1fe09fcf3fe6cdc4a30df33e35be381fad58df2fb6eedb22e229a22f" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8cb2d1e95f26d65b6fdba101e6cd57d2d6c67b8f37c59ed813a776377f00001b" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "39e70b0346197d6f670d0b3a89f1539b55fb4b8a538f4317ecd94ff57a444e67" |
13 |
| - sha256 cellar: :any_skip_relocation, sonoma: "cc807bd2863ebb9bd7ff4c7ca2284dbf0aa278fb2e75e1c0cece22d99373a693" |
14 |
| - sha256 cellar: :any_skip_relocation, arm64_linux: "c5a817aa6b44fd1d2a9e3632f088a5c141e5186c9e561fae1dcbc73c9feb7042" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "e2283550a5f51c7d5c7637bcfabf445b506fca9d6acc9488e281e509f534ceb8" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "15ff49d4c38f12e0e7f7ecc318142f917d724c841a55b8242a422310e7460261" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d56ef695373d97ad8b04eb004022bcba254d87b4375c4660b77905dd65ce2c34" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c4f78eb85cef3d527b5bbdfc5ac6efc1fa33d015aaa19e9403f5fb8dd056eb1d" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "8e4944f73f84c7aca1bf683b3c92b616fd8af0f2f42dc2a1f2eb63b544bb0ace" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "376636d23d120f4c1035bc946569b39399ac6d61a152c08106ecfc9c5f98c143" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "b8efbaab67b6c98c221d7cc5c0b07c6b5d84d30fb752b752a70884a008b9f157" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "rust" => :build
|
|
0 commit comments