Skip to content

Commit 21cde98

Browse files
authored
Merge pull request #224579 from Homebrew/bump-slackdump-3.1.3
slackdump 3.1.3
2 parents 90f79c0 + 6c1d310 commit 21cde98

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/v3.1.1.tar.gz"
5-
sha256 "327e4672d5d7dc9b97acd9c7d1c2741de6bb11556a9311888a6aa48a7516fbb9"
4+
url "https://github.com/rusq/slackdump/archive/refs/tags/v3.1.3.tar.gz"
5+
sha256 "494c3b5efbb4e37d427bcdf15dc946b09e5fd5d13ddf17373ca216a14df8c27b"
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: "cc9911c3f4f63fd250b6a6b61bfc84d1e2e48b66b2bf4c35be5fb0b032142654"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cc9911c3f4f63fd250b6a6b61bfc84d1e2e48b66b2bf4c35be5fb0b032142654"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "cc9911c3f4f63fd250b6a6b61bfc84d1e2e48b66b2bf4c35be5fb0b032142654"
13-
sha256 cellar: :any_skip_relocation, sonoma: "a6eaa5881b31233ff61fca2b3e93a34823aa11be799487925cd74ed1301a8f2b"
14-
sha256 cellar: :any_skip_relocation, ventura: "a6eaa5881b31233ff61fca2b3e93a34823aa11be799487925cd74ed1301a8f2b"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "eacf5be4152076345fa85137a65c7487b82c42b7e9249d1dbf1760ba1c4a254d"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "98817070bccc778be83e88546235f312786ce0e61dc05bd8115e7eac20f5902c"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "98817070bccc778be83e88546235f312786ce0e61dc05bd8115e7eac20f5902c"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "98817070bccc778be83e88546235f312786ce0e61dc05bd8115e7eac20f5902c"
13+
sha256 cellar: :any_skip_relocation, sonoma: "f5f08235aac56227e8363e5c4929913b1632d34975c6d4505763893693e1708f"
14+
sha256 cellar: :any_skip_relocation, ventura: "f5f08235aac56227e8363e5c4929913b1632d34975c6d4505763893693e1708f"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "6d643ebc5d710565cc84ef3ef7ca4fcb369a87c8318eb10a9ad99942e024245e"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)