From 32e63292cf552f3af5c50279b3f3b2a915fb2376 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Ara=C3=BAjo?= Date: Mon, 25 Jul 2016 20:49:17 -0300 Subject: [PATCH] lolcode: fix description and code position (#3304) --- Formula/lolcode.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lolcode.rb b/Formula/lolcode.rb index fb9c64088d..662597ee6a 100644 --- a/Formula/lolcode.rb +++ b/Formula/lolcode.rb @@ -1,6 +1,7 @@ class Lolcode < Formula - desc "LOLCODE interpreter" + desc "An esoteric programming language" homepage "http://lolcode.org" + sha256 "cb1065936d3a7463928dcddfc345a8d7d8602678394efc0e54981f9dd98c27d2" head "https://github.com/justinmeza/lolcode.git" bottle do cellar :any_skip_relocation @@ -12,7 +13,6 @@ class Lolcode < Formula # note: 0.10.* releases are stable versions, 0.11.* are dev ones url "https://github.com/justinmeza/lci/archive/v0.11.2.tar.gz" - sha256 "cb1065936d3a7463928dcddfc345a8d7d8602678394efc0e54981f9dd98c27d2" depends_on "cmake" => :build