less 487
Closes #12546. Signed-off-by: Baptiste Fontaine <b@ptistefontaine.fr>
This commit is contained in:
parent
062256b7e4
commit
c51a7523f9
1 changed files with 3 additions and 8 deletions
|
@ -1,9 +1,9 @@
|
|||
class Less < Formula
|
||||
desc "Pager program similar to more"
|
||||
homepage "http://www.greenwoodsoftware.com/less/index.html"
|
||||
url "https://ftpmirror.gnu.org/less/less-481.tar.gz"
|
||||
mirror "http://www.greenwoodsoftware.com/less/less-481.tar.gz"
|
||||
sha256 "3fa38f2cf5e9e040bb44fffaa6c76a84506e379e47f5a04686ab78102090dda5"
|
||||
url "https://ftpmirror.gnu.org/less/less-487.tar.gz"
|
||||
mirror "http://www.greenwoodsoftware.com/less/less-487.tar.gz"
|
||||
sha256 "f3dc8455cb0b2b66e0c6b816c00197a71bf6d1787078adeee0bcf2aea4b12706"
|
||||
|
||||
bottle do
|
||||
sha256 "a88b14210f0436da45740bf5dbf5d98559c73a74312c8b77755aa90c819fe974" => :sierra
|
||||
|
@ -11,11 +11,6 @@ class Less < Formula
|
|||
sha256 "e0606d693adfae4c2bc3c4050d0f92ed4d588896ceb16e88c05f967e3e0fe90d" => :yosemite
|
||||
end
|
||||
|
||||
devel do
|
||||
url "http://www.greenwoodsoftware.com/less/less-487.tar.gz"
|
||||
sha256 "f3dc8455cb0b2b66e0c6b816c00197a71bf6d1787078adeee0bcf2aea4b12706"
|
||||
end
|
||||
|
||||
depends_on "pcre" => :optional
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue