diff options
author | prspkt <prspkt@protonmail.com> | 2019-07-21 10:11:53 +0300 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-07-21 10:30:31 +0300 |
commit | f968d28cfc712b8ddb3f6b333a402e253fe73a61 (patch) | |
tree | 510eb33303a159850bb1e5d5f37f3725b73d5b6d | |
parent | 73296706c9d3084abbdbdc96abe6609a1cb4e583 (diff) | |
download | aports-f968d28cfc712b8ddb3f6b333a402e253fe73a61.tar.bz2 aports-f968d28cfc712b8ddb3f6b333a402e253fe73a61.tar.xz |
testing/platformio-core: upgrade to 4.0.0
-rw-r--r-- | testing/platformio-core/APKBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/testing/platformio-core/APKBUILD b/testing/platformio-core/APKBUILD index aeda99edcc..6d77a3a7b7 100644 --- a/testing/platformio-core/APKBUILD +++ b/testing/platformio-core/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: pkgname=platformio-core -pkgver=3.2.1 +pkgver=4.0.0 pkgrel=0 pkgdesc="An open source ecosystem for IoT development" url="http://platformio.org" @@ -33,6 +33,4 @@ package() { } -md5sums="dc2a1aedef6a225a42722abe104d315d platformio-core-3.2.1.tar.gz" -sha256sums="5a85e60afc28b4ee04b43efd90c77f69b6c6ff96829e1b8750aa52143bca6eb2 platformio-core-3.2.1.tar.gz" -sha512sums="4edac4cfcfe0e51d15db319d5bde95fcbf952d9a3ecb8da34ff7fd00177255658493a5e8fda118c92dce68a039b829e63824813ef77c4ca106d7346bfe3ce348 platformio-core-3.2.1.tar.gz" +sha512sums="e483850e7e1bd73522931da17b934116f44e730868ff424faa7bbb3b7853d0435ebb3fa3e6f8eab2bd57ada1d05140302b827b4724fe7981025cdc7660baff4c platformio-core-4.0.0.tar.gz" |