From f579ddda365cecc6242a5cca8de2714f5bed2ce8 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 22 Mar 2016 23:18:02 +0200 Subject: [PATCH] platformio 2.8.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Launched [PlatformIO Community Forums](http://community.platformio.org) ([issue \#530]) - Added support for ARM mbed-enabled board Seed Arch Max (STM32F407VET6) ([issue \#572]) - Improved DNS lookup for PlatformIO API - Updated Arduino Wiring-based framework to the latest version for Atmel AVR/SAM development platforms - Updated “Teensy Loader CLI” and fixed uploading of large .hex files ([issue \#568]) - Updated the support for Sanguino Boards ([issue \#586]) - Better handling of used boards when re-initialize/update project - Improved support for non-Unicode user profiles for Windows OS - Disabled progress bar for download operations when prompts are disabled - Fixed multiple definition errors for ST STM32 development platform and ARM mbed framework ([issue \#571]) - Fixed invalid board parameters (reset method and baudrate) for a few ESP8266 based boards - Fixed “KeyError: ‘content-length’” in PlatformIO Download Manager ([issue \#591]) [issue \#530]: https://github.com/platformio/platformio/issues/530 [issue \#572]: https://github.com/platformio/platformio/issues/572 [issue \#568]: https://github.com/platformio/platformio/issues/568 [issue \#586]: https://github.com/platformio/platformio/issues/586 [issue \#571]: https://github.com/platformio/platformio/issues/571 [issue \#591]: https://github.com/platformio/platformio/issues/591 Closes Homebrew/homebrew#50326. Signed-off-by: Dominyk Tiller --- Formula/platformio.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/platformio.rb b/Formula/platformio.rb index 9dd830557c..1946311f3b 100644 --- a/Formula/platformio.rb +++ b/Formula/platformio.rb @@ -1,8 +1,8 @@ class Platformio < Formula desc "Ecosystem for IoT development (Arduino and MBED compatible)" homepage "http://platformio.org" - url "https://pypi.python.org/packages/source/p/platformio/platformio-2.8.5.tar.gz" - sha256 "e6cd25d43d9ea151cd9ec0ff404d3f91221d310378d7d85a2f8c782cf3627a07" + url "https://pypi.python.org/packages/source/p/platformio/platformio-2.8.6.tar.gz" + sha256 "34b683055127b7cd132baf0e784c96df22aa90afc2d3ad5947bd52871c6712d1" bottle do cellar :any_skip_relocation