yamllint 1.20.0
Closes #48429. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
3141014d37
commit
46c1ccac87
1 changed files with 4 additions and 4 deletions
|
@ -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.19.0.tar.gz"
|
||||
sha256 "4e0f4a1a937b242b4500efced6332a28e5afcac3e4a1679af5bce145b1d026e1"
|
||||
url "https://github.com/adrienverge/yamllint/archive/v1.20.0.tar.gz"
|
||||
sha256 "6391bfd0f3d360a418fef54c6ccf77615c25b2b62c54fb770c07823471016b18"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -22,8 +22,8 @@ class Yamllint < Formula
|
|||
end
|
||||
|
||||
resource "pathspec" do
|
||||
url "https://files.pythonhosted.org/packages/7a/68/5902e8cd7f7b17c5879982a3a3ee2ad0c3b92b80c79989a2d3e1ca8d29e1/pathspec-0.6.0.tar.gz"
|
||||
sha256 "e285ccc8b0785beadd4c18e5708b12bb8fcf529a1e61215b3feff1d1e559ea5c"
|
||||
url "https://files.pythonhosted.org/packages/ce/f2/d35c292da8fbff725625a17ae40f48f933070acd5ccddb03d8c09d81758d/pathspec-0.7.0.tar.gz"
|
||||
sha256 "562aa70af2e0d434367d9790ad37aed893de47f1693e4201fd1d3dca15d19b96"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue