yamllint 1.19.0

Closes #47919.

Signed-off-by: Alexander Bayandin <a.bayandin@gmail.com>
This commit is contained in:
Dawid Dziurla 2019-12-15 22:02:37 +01:00 committed by Alexander Bayandin
parent 35405a6a4d
commit 1fb5007f3e

View file

@ -3,8 +3,8 @@ class Yamllint < Formula
desc "Linter for YAML files"
homepage "https://github.com/adrienverge/yamllint"
url "https://github.com/adrienverge/yamllint/archive/v1.18.0.tar.gz"
sha256 "9cb686e484600fd4aa312e71920d3bbb70ff41ba358d57c557fede0a2bc2fe00"
url "https://github.com/adrienverge/yamllint/archive/v1.19.0.tar.gz"
sha256 "4e0f4a1a937b242b4500efced6332a28e5afcac3e4a1679af5bce145b1d026e1"
bottle do
cellar :any
@ -17,8 +17,8 @@ class Yamllint < Formula
depends_on "python"
resource "PyYAML" do
url "https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz"
sha256 "01adf0b6c6f61bd11af6e10ca52b7d4057dd0be0343eb9283c878cf3af56aee4"
url "https://files.pythonhosted.org/packages/8d/c9/e5be955a117a1ac548cdd31e37e8fd7b02ce987f9655f5c7563c656d5dcb/PyYAML-5.2.tar.gz"
sha256 "c0ee8eca2c582d29c3c2ec6e2c4f703d1b7f1fb10bc72317355a746057e7346c"
end
resource "pathspec" do