Skip to content

Commit bc61133

Browse files
authored
Merge pull request #224381 from Homebrew/bump-superfile-1.3.0
superfile 1.3.0
2 parents e4fe026 + 7b6ea2a commit bc61133

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

Formula/s/superfile.rb

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Superfile < Formula
22
desc "Modern and pretty fancy file manager for the terminal"
33
homepage "https://superfile.netlify.app/"
4-
url "https://github.com/yorukot/superfile/archive/refs/tags/v1.2.1.tar.gz"
5-
sha256 "371235eda1b4bf31e5ed23b4dd2e60de40cb09a86a061ba44dea9eff9d13c608"
4+
url "https://github.com/yorukot/superfile/archive/refs/tags/v1.3.0.tar.gz"
5+
sha256 "77fc02ce0ef406fd2e9b42e0746f2282a85b4a148316d274bef3dc6c933127a5"
66
license "MIT"
77

88
# Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are
@@ -14,16 +14,23 @@ class Superfile < Formula
1414
end
1515

1616
bottle do
17-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0dd6f0410cbc113a1f22829e443114edd372b274f5f616a984dcb2fb83c05dd1"
18-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "39cab3c002f3b63407911c092dd7b2457462637dbab763b1e69a976469f43f16"
19-
sha256 cellar: :any_skip_relocation, arm64_ventura: "a84abedc3781dac1eb357d040eb55b8971c8e603bafff50d32bc9bb14caa3e30"
20-
sha256 cellar: :any_skip_relocation, sonoma: "fd2eafafbdbb70a43e3aacc4f330e2c42d78aa6b3e6ae1a47efcb951fa1be016"
21-
sha256 cellar: :any_skip_relocation, ventura: "e5e8f019844c46f35952bd5d9a282f2f19b7ee25a923e64e5fc501b2c10984a6"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "4b4b7c00ec4f53bc75ec0f14fa2c7182edac3a1388aaa0ee6edf2abfd6126eec"
17+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fe9bf941855f2d74f09fcaa6af276a709ccb9c39cfab7bdb16ce179ba7c12530"
18+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cc2caa033e3e0e1f34ea998026d3d8afcb79c7095324cb5bad0e643b1d3cc311"
19+
sha256 cellar: :any_skip_relocation, arm64_ventura: "a077b359e55c9289d666ea3d542cfcd75b3727e105cf37aa87dd7b4bb69a74f2"
20+
sha256 cellar: :any_skip_relocation, sonoma: "faa38a51b70307bb8a3aaf177c883fecf99906233e4ccdeca55f2e596e83f532"
21+
sha256 cellar: :any_skip_relocation, ventura: "c1467bc9173693ed0730245fcf3918cef4477220cd6387fd4f24e4d626d79ce9"
22+
sha256 cellar: :any_skip_relocation, x86_64_linux: "bab94c621e8c6ed3ed3397f0799d314ee4d769a29ae5e2ad3061f991df7b431a"
2323
end
2424

2525
depends_on "go" => :build
2626

27+
# Fix to link: duplicated definition of symbol dlopen
28+
# PR ref: https://github.com/yorukot/superfile/pull/837
29+
patch do
30+
url "https://github.com/yorukot/superfile/commit/50a4f662f3cea8ca1cad685a89f5dc2282da5d92.patch?full_index=1"
31+
sha256 "959fb00c6b3491ac68ca21214139da9415f63f9a47ae44cc70ed9e3e3ce1adea"
32+
end
33+
2734
def install
2835
system "go", "build", *std_go_args(ldflags: "-s -w", output: bin/"spf")
2936
end

0 commit comments

Comments
 (0)