Skip to content

Commit 0f08fe2

Browse files
authored
Merge pull request Homebrew#192955 from Homebrew/bump-slackdump-2.5.14
slackdump 2.5.14
2 parents 04107c6 + d14867e commit 0f08fe2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/s/slackdump.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Slackdump < Formula
22
desc "Export Slack data without admin privileges"
33
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"
66
license "GPL-3.0-only"
77
head "https://github.com/rusq/slackdump.git", branch: "master"
88

99
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"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)