|
1 | 1 | class ImessageExporter < Formula |
2 | 2 | desc "Command-line tool to export and inspect local iMessage database" |
3 | 3 | homepage "https://github.com/ReagentX/imessage-exporter" |
4 | | - url "https://github.com/ReagentX/imessage-exporter/archive/refs/tags/2.2.1.tar.gz" |
5 | | - sha256 "8ba693a0750cb1f7033d5bc4dd01d660987458165ae791c043f864552e1dd4f6" |
| 4 | + url "https://github.com/ReagentX/imessage-exporter/archive/refs/tags/2.2.2.tar.gz" |
| 5 | + sha256 "5bc98ae65f005ff00b4794add4de582c58462045c24977f155b4e102f9600a4f" |
6 | 6 | license "GPL-3.0-only" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4feb291e443f820c729d05b26d481303e12d619c6bb5555ef60dc4467034d46a" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3551c1a799523cec84de149a372fd8f6f17219dc529270116e3d623313077e4e" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "0e3e3db5460af777c2c01200e53d66cd30eeebef186633a7428ec2eaf9a26498" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "9773a38d0a1f69ba26a2e4dd43689a08c3604f3a47506101449a4e4ea265a776" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "e57c014d7c9d86f1d75c074c9db28ff63baebb766659f9c651bd1a9423213cc7" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "543487cda636e02b6a94c5bf778342b9b92a93a6ca2bf2519956d02f032e19d1" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5dac74f814ec85458d2d5c5759a39bd3d98ad042d55594edacda8745f7832ab0" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2fdf5e4ab14fa41bbfa52d56d859c514709cfd81e03e8b1efabebabcfd3b3672" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "00009028d064e8181350c3a35a391f9c02f8dc56a70f8528b81487dd440b7fe0" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "393115686819f826fde76bd7bb9deea060c135c9dd1ec2d5035871760b4d63d7" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "668c52b48cbaf0e20a64cd20d22eec3aa2b8b305dd7133332fc69ab4bdf42f47" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "4d4725c13c585d2099c778c743cc9cdb429106cccc4bfcced9fc44890ca89de3" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "rust" => :build |
|
0 commit comments