dasht: fix dependency order
This commit is contained in:
parent
baab892b25
commit
0161cf9381
1 changed files with 2 additions and 2 deletions
|
@ -6,10 +6,10 @@ class Dasht < Formula
|
|||
|
||||
bottle :unneeded
|
||||
|
||||
depends_on "sqlite"
|
||||
depends_on "socat"
|
||||
depends_on "wget"
|
||||
depends_on "sqlite"
|
||||
depends_on "w3m"
|
||||
depends_on "wget"
|
||||
|
||||
def install
|
||||
bin.install Dir["bin/*"]
|
||||
|
|
Loading…
Reference in a new issue