From ed9be4931b96ce1115e62523468c13c623a5a311 Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Tue, 15 Oct 2019 09:32:02 +0100 Subject: [PATCH] ccm: update PyYAML resource --- Formula/ccm.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/ccm.rb b/Formula/ccm.rb index 0d7c8a492c..073b7465e6 100644 --- a/Formula/ccm.rb +++ b/Formula/ccm.rb @@ -3,7 +3,7 @@ class Ccm < Formula homepage "https://github.com/pcmanus/ccm" url "https://files.pythonhosted.org/packages/fc/ab/b51afd466cc4acf2192e230ddb6fd3adb56066f05c7be1852af7bd655068/ccm-3.1.4.tar.gz" sha256 "a98268c2d8e5534d8d2d94267060e9ee9105b35e43d704bac0fa495a773acf7d" - revision 1 + revision 2 head "https://github.com/pcmanus/ccm.git" bottle do @@ -17,8 +17,8 @@ class Ccm < Formula depends_on "python" resource "PyYAML" do - url "https://files.pythonhosted.org/packages/4a/85/db5a2df477072b2902b0eb892feb37d88ac635d36245a72a6a69b23b383a/PyYAML-3.12.tar.gz" - sha256 "592766c6303207a20efc445587778322d7f73b161bd994f227adaa341ba212ab" + url "https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz" + sha256 "01adf0b6c6f61bd11af6e10ca52b7d4057dd0be0343eb9283c878cf3af56aee4" end resource "six" do