From ea64672bbd5338e6be06790f075f78800b5b7c12 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Tue, 26 Jul 2016 00:54:18 +0100 Subject: [PATCH] lolcode: style cleanup --- Formula/lolcode.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/lolcode.rb b/Formula/lolcode.rb index 662597ee6a..c3c2f2d341 100644 --- a/Formula/lolcode.rb +++ b/Formula/lolcode.rb @@ -1,8 +1,12 @@ class Lolcode < Formula - desc "An esoteric programming language" + desc "Esoteric programming language" homepage "http://lolcode.org" + # NOTE: 0.10.* releases are stable, 0.11.* is dev. We moved over to + # 0.11.x accidentally, should move back to stable when possible. + url "https://github.com/justinmeza/lci/archive/v0.11.2.tar.gz" sha256 "cb1065936d3a7463928dcddfc345a8d7d8602678394efc0e54981f9dd98c27d2" head "https://github.com/justinmeza/lolcode.git" + bottle do cellar :any_skip_relocation sha256 "74920cea828644c7ad0fe3b12ee5c9a4c06a46ec37c2826280327e37e30f5513" => :el_capitan @@ -11,9 +15,6 @@ class Lolcode < Formula sha256 "28fb518f1ae0311dcd2c77529a8bf8450b6e0947d95db6a243598f08a335a683" => :mountain_lion end - # note: 0.10.* releases are stable versions, 0.11.* are dev ones - url "https://github.com/justinmeza/lci/archive/v0.11.2.tar.gz" - depends_on "cmake" => :build conflicts_with "lci", :because => "both install `lci` binaries" @@ -33,7 +34,6 @@ class Lolcode < Formula VISIBLE "HAI WORLD" KTHXBYE EOS - assert_equal "HAI WORLD\n", shell_output("#{bin}/lci #{path}") end end