|
1 | 1 | class Slackdump < Formula |
2 | 2 | desc "Export Slack data without admin privileges" |
3 | 3 | homepage "https://github.com/rusq/slackdump" |
4 | | - url "https://github.com/rusq/slackdump/archive/refs/tags/v3.0.8.tar.gz" |
5 | | - sha256 "4357df862912b890bb53826bc0c4c3dd61daadabec1fde56b88ad7a2ac31de43" |
| 4 | + url "https://github.com/rusq/slackdump/archive/refs/tags/v3.0.9.tar.gz" |
| 5 | + sha256 "b668c9270a6a42a634544e413f87c6fb5411960f9af050d0d3761cd00314fa1e" |
6 | 6 | license "GPL-3.0-only" |
7 | 7 | head "https://github.com/rusq/slackdump.git", branch: "master" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f1831b31d64f92c1d70d2da124b8db314ceb2383f725ab80f2832d71e8e2cf83" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f1831b31d64f92c1d70d2da124b8db314ceb2383f725ab80f2832d71e8e2cf83" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "f1831b31d64f92c1d70d2da124b8db314ceb2383f725ab80f2832d71e8e2cf83" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "4c06ad2540671534e17898d36d544939c0dc064252b46f5f17d95dbc9eb63115" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "4c06ad2540671534e17898d36d544939c0dc064252b46f5f17d95dbc9eb63115" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "204e95e24077a4eb4d3770aa66da41e5e8b9a29f696a957c0bf530ebe7e4fd2f" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "652eb3919ebcbecdfc9b46e269db2ac2a96941bc65048792302e5ca41922c8e2" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "652eb3919ebcbecdfc9b46e269db2ac2a96941bc65048792302e5ca41922c8e2" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "652eb3919ebcbecdfc9b46e269db2ac2a96941bc65048792302e5ca41922c8e2" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "bd85bae5823a3a8364a162e39083e0148f5e807e8994bc451abcf1f4a07e773c" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "bd85bae5823a3a8364a162e39083e0148f5e807e8994bc451abcf1f4a07e773c" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "4f879f38b842813bc79f8488898b0491262ec70616465d8d765ed783351af9ef" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments