summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhelm Savin2018-06-05 20:31:50 +0200
committerGuilhelm Savin2018-06-05 20:31:50 +0200
commit1ad9efde973a7465ffec5d151607508195b38c78 (patch)
tree4cbcd2abe99915f46eda311989ef16ced3f5ccd8
parent7d1c75f890044f42746a0d9b14c9324a8f9e288c (diff)
downloadaur-1ad9efde973a7465ffec5d151607508195b38c78.tar.gz
Release v3.5.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7b492ad2823..cd77da56a5c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = platformio
pkgdesc = A cross-platform code builder and library manager
- pkgver = 3.5.2
+ pkgver = 3.5.3
pkgrel = 1
url = https://github.com/platformio/platformio-core/
arch = any
@@ -16,8 +16,8 @@ pkgbase = platformio
depends = python2-semantic-version
depends = python2-setuptools
conflicts = platformio-git
- source = https://github.com/platformio/platformio-core/archive/v3.5.2.tar.gz
- sha256sums = 0c2f43363d11245d0584ab742d0cfa4324e642092c044e9e06ce93f994617a94
+ source = https://github.com/platformio/platformio-core/archive/v3.5.3.tar.gz
+ sha256sums = 9c54c5295fe1121016cca4c8804bded049f1502c50f8db5bec489436f1078183
pkgname = platformio
diff --git a/PKGBUILD b/PKGBUILD
index 97357a64ff87..577487975a14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
#
pkgname=platformio
-pkgver=3.5.2
+pkgver=3.5.3
pkgrel=1
pkgdesc="A cross-platform code builder and library manager"
arch=('any')
@@ -26,7 +26,7 @@ depends=('python2'
'python2-setuptools')
conflicts=('platformio-git')
source=("https://github.com/platformio/platformio-core/archive/v${pkgver}.tar.gz")
-sha256sums=('0c2f43363d11245d0584ab742d0cfa4324e642092c044e9e06ce93f994617a94')
+sha256sums=('9c54c5295fe1121016cca4c8804bded049f1502c50f8db5bec489436f1078183')
package() {
cd "$srcdir/platformio-core-$pkgver"