From b9904e5e2ecc0c83b58e5a286e677d03c3efc422 Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Fri, 23 Oct 2015 18:56:50 +0800 Subject: [PATCH] doubledown: bottle unneeded --- Formula/doubledown.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/doubledown.rb b/Formula/doubledown.rb index b4923944e6..4fa7a053f0 100644 --- a/Formula/doubledown.rb +++ b/Formula/doubledown.rb @@ -3,9 +3,10 @@ class Doubledown < Formula homepage "https://github.com/devstructure/doubledown" url "https://github.com/devstructure/doubledown/archive/v0.0.2.tar.gz" sha256 "47ff56b6197c5302a29ae4a373663229d3b396fd54d132adbf9f499172caeb71" - head "https://github.com/devstructure/doubledown.git" + bottle :unneeded + def install bin.install Dir["bin/*"] man1.install Dir["man/man1/*.1"]