cheat 2.1.22
Closes Homebrew/homebrew#49313. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>master
parent
129f3b0bb5
commit
d21db8d133
|
@ -1,8 +1,8 @@
|
|||
class Cheat < Formula
|
||||
desc "Create and view interactive cheat sheets for *nix commands"
|
||||
homepage "https://github.com/chrisallenlane/cheat"
|
||||
url "https://github.com/chrisallenlane/cheat/archive/2.1.18.tar.gz"
|
||||
sha256 "9a1d9843df87aca7ae34f1e1a3b22a87e48532925092ba932d67f42c28b2a3d8"
|
||||
url "https://github.com/chrisallenlane/cheat/archive/2.1.22.tar.gz"
|
||||
sha256 "48df9b920260bee35bd5cdde83bb51e958d9278416141a64e1f46a3981ccb454"
|
||||
head "https://github.com/chrisallenlane/cheat.git"
|
||||
|
||||
bottle do
|
||||
|
@ -20,8 +20,8 @@ class Cheat < Formula
|
|||
end
|
||||
|
||||
resource "Pygments" do
|
||||
url "https://pypi.python.org/packages/source/P/Pygments/Pygments-2.0.2.tar.gz"
|
||||
sha256 "7320919084e6dac8f4540638a46447a3bd730fca172afc17d2c03eed22cf4f51"
|
||||
url "https://pypi.python.org/packages/source/P/Pygments/Pygments-2.1.1.tar.gz"
|
||||
sha256 "2df7d9a85b56e54c7c021dc98fc877bd216ead652c10da170779c004fb59c01b"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in New Issue