]> arthur.barton.de Git - homebrew-alex.git/blobdiff - Formula/droopy.rb
droopy: Fix python dependency
[homebrew-alex.git] / Formula / droopy.rb
index 879753875075ad98e1569af5037448d5aa88fecb..1c51ca953c188491a06c935364605c598e5d36db 100644 (file)
@@ -1,10 +1,10 @@
 class Droopy < Formula
   desc "Mini web server that let others upload files to your computer"
   homepage "https://github.com/stackp/Droopy"
-  url "https://github.com/stackp/Droopy.git", :revision => "b7b0bb9d003aed019bc5303e854089cd3e44f64c"
-  version "20131121"
+  url "https://github.com/stackp/Droopy.git", :revision => "7a9c7bc46c4ff8b743755be86a9b29bd1a8ba1d9"
+  version "20160830"
 
-  depends_on :python if MacOS.version <= :snow_leopard
+  depends_on "python"
 
   def install
     bin.install "droopy"