platformio 3.6.6
Closes #38486. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
f20f52b88f
commit
57e4d34a0a
1 changed files with 4 additions and 4 deletions
|
@ -3,8 +3,8 @@ class Platformio < Formula
|
|||
|
||||
desc "Ecosystem for IoT development (Arduino and ARM mbed compatible)"
|
||||
homepage "https://platformio.org/"
|
||||
url "https://files.pythonhosted.org/packages/f1/92/202b47ed8b4e8dcef98a74426dbffa139d10d11f01a10fe6fc98728fbade/platformio-3.6.5.tar.gz"
|
||||
sha256 "5ac22d4b171823a92d3f7234dadaed755766b2aa94d376aec39a30245a0ad82f"
|
||||
url "https://files.pythonhosted.org/packages/66/41/797ee149b8125a29dedd7c8a73af70d3bff3b8129dd1709cc3eeabb02ae3/platformio-3.6.6.tar.gz"
|
||||
sha256 "de403bfcfd08678c855b3a7bf7901ecf184796df133a0d3688b9d67c6fe37ee2"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
@ -21,8 +21,8 @@ class Platformio < Formula
|
|||
end
|
||||
|
||||
resource "certifi" do
|
||||
url "https://files.pythonhosted.org/packages/55/54/3ce77783acba5979ce16674fc98b1920d00b01d337cfaaf5db22543505ed/certifi-2018.11.29.tar.gz"
|
||||
sha256 "47f9c83ef4c0c621eaef743f133f09fa8a74a9b75f037e8624f83bd1b6626cb7"
|
||||
url "https://files.pythonhosted.org/packages/06/b8/d1ea38513c22e8c906275d135818fee16ad8495985956a9b7e2bb21942a1/certifi-2019.3.9.tar.gz"
|
||||
sha256 "b26104d6835d1f5e49452a26eb2ff87fe7090b89dfcaee5ea2212697e1e1d7ae"
|
||||
end
|
||||
|
||||
resource "chardet" do
|
||||
|
|
Loading…
Reference in a new issue