summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhelm Savin2016-06-20 11:29:18 +0200
committerGuilhelm Savin2016-06-20 11:29:18 +0200
commit373855a11b84a4111a9d86ca8b958cbdcec4f702 (patch)
tree6ed104a20dc081e7d66bc40e0ef5d2be3bf77408
parent77b7ca56095b670b45231f84bae97b25c005f4ce (diff)
downloadaur-373855a11b84a4111a9d86ca8b958cbdcec4f702.tar.gz
Up to 2.10.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a556cc6cf33f..c6eaff8cb675 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = platformio
pkgdesc = A cross-platform code builder and library manager
- pkgver = 2.9.4
+ pkgver = 2.10.3
pkgrel = 1
url = https://github.com/platformio/platformio/
arch = any
@@ -16,9 +16,9 @@ pkgbase = platformio
optdepends = energia: For MSP430 based projects
optdepends = arduino: For Arduino based projects
conflicts = platformio-git
- source = https://github.com/platformio/platformio/archive/v2.9.4.tar.gz
+ source = https://github.com/platformio/platformio/archive/v2.10.3.tar.gz
source = setup.patch
- sha256sums = ed659225148bea3e11c5aeec0207698c9e5e0624d7749de432d7702a3c17a3cd
+ sha256sums = b1120c5ed7e21ec6528a52683fb310e1573dd7aa865213cf499324873076eabc
sha256sums = 536217552b06ef562469268a8f0115a31bf052308f891a228adf94e314ce3730
pkgname = platformio
diff --git a/PKGBUILD b/PKGBUILD
index 385ee80fe576..630d61195e02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
#
pkgname=platformio
-pkgver=2.9.4
+pkgver=2.10.3
pkgrel=1
pkgdesc="A cross-platform code builder and library manager"
arch=('any')
@@ -26,7 +26,7 @@ optdepends=('energia: For MSP430 based projects'
conflicts=('platformio-git')
source=("https://github.com/platformio/platformio/archive/v${pkgver}.tar.gz"
"setup.patch")
-sha256sums=('ed659225148bea3e11c5aeec0207698c9e5e0624d7749de432d7702a3c17a3cd'
+sha256sums=('b1120c5ed7e21ec6528a52683fb310e1573dd7aa865213cf499324873076eabc'
'536217552b06ef562469268a8f0115a31bf052308f891a228adf94e314ce3730')
prepare() {