|
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.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" |
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: "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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments