File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -10,19 +10,20 @@ class Whatmp3 < Formula
1010 head "https://github.com/RecursiveForest/whatmp3.git" , branch : "master"
1111
1212 bottle do
13- rebuild 3
14- sha256 cellar : :any_skip_relocation , all : "8ed46e6584b275f429adc8ebd610b18b2c5990beaf03460025deed6cbb92efe4 "
13+ rebuild 4
14+ sha256 cellar : :any_skip_relocation , all : "33b3b2f4177414409c8c5e06ebf4fbbbe50c6c9537c281881bcf719a9f35fecc "
1515 end
1616
1717 depends_on "flac"
1818 depends_on "lame"
1919 depends_on "mktorrent"
20- 20+
21+ uses_from_macos "python"
2122
2223 def install
2324 system "make" , "PREFIX=#{ prefix } " , "install"
2425
25- rewrite_shebang detected_python_shebang , bin /"whatmp3"
26+ rewrite_shebang detected_python_shebang ( use_python_from_path : true ) , bin /"whatmp3"
2627 end
2728
2829 test do
You can’t perform that action at this time.
0 commit comments