|
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/v2.5.13.tar.gz" |
5 |
| - sha256 "dd9eaccdb89c2a4fe43becf9beb7cd55a54f658d14abec871abc3304080a544e" |
| 4 | + url "https://github.com/rusq/slackdump/archive/refs/tags/v2.5.14.tar.gz" |
| 5 | + sha256 "81319c48fa5e202a873792ff772158a0fad6634236a0ebbce945d0bda988fd72" |
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: "bbaa32b00f147a4de223ba06d68a5833b4b7fbe1b321f88b8d2a23499c582c61" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "bbaa32b00f147a4de223ba06d68a5833b4b7fbe1b321f88b8d2a23499c582c61" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "bbaa32b00f147a4de223ba06d68a5833b4b7fbe1b321f88b8d2a23499c582c61" |
13 |
| - sha256 cellar: :any_skip_relocation, sonoma: "3e66019a0559be94ad98ba17de2647a3d4fe44d49620a8732dff211cfb0e3e50" |
14 |
| - sha256 cellar: :any_skip_relocation, ventura: "3e66019a0559be94ad98ba17de2647a3d4fe44d49620a8732dff211cfb0e3e50" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "1de375b9bb82a8e22b5c7d95cf1f367b2d6c01742ac178de84d2abfab1f189dc" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cea21bc348d036d8cd01a02271c36cd05383a90e5cd57b499623e55145e560a6" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "cea21bc348d036d8cd01a02271c36cd05383a90e5cd57b499623e55145e560a6" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "cea21bc348d036d8cd01a02271c36cd05383a90e5cd57b499623e55145e560a6" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "3f9328f808e67c2afc3b00d800d5d32cab95fbec7c3637eed8d23bc750597fc6" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "3f9328f808e67c2afc3b00d800d5d32cab95fbec7c3637eed8d23bc750597fc6" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "cf644f38d6c0410ea6cb059ee72b43da9986fe4326e364106be27b3ebb9d6521" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "go" => :build
|
|
0 commit comments