From 0161cf93816ebbec6beb83d8db71e059c36940de Mon Sep 17 00:00:00 2001 From: commitay Date: Mon, 17 Sep 2018 19:13:36 +1000 Subject: [PATCH] dasht: fix dependency order --- Formula/dasht.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/dasht.rb b/Formula/dasht.rb index fa1d709beb..f5cd81cf00 100644 --- a/Formula/dasht.rb +++ b/Formula/dasht.rb @@ -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/*"]