Skip to content

Commit d730126

Browse files
BrewTestBotdaeho-ro
authored andcommitted
superfile 1.3.0
1 parent e5d8552 commit d730126

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

Formula/s/superfile.rb

Lines changed: 9 additions & 2 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
@@ -24,6 +24,13 @@ class Superfile < Formula
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)