summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhelm Savin2018-07-14 09:27:52 +0200
committerGuilhelm Savin2018-07-14 09:27:52 +0200
commit8f100b67df720cdbdcf4a1c5e7edb1b1916ab8f2 (patch)
treeb7d2f6a7f8859630b75c29a18ae713d037ac3bc0
parent1ad9efde973a7465ffec5d151607508195b38c78 (diff)
downloadaur-8f100b67df720cdbdcf4a1c5e7edb1b1916ab8f2.tar.gz
Release 3.5.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd77da56a5c5..e3f652844158 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = platformio
pkgdesc = A cross-platform code builder and library manager
- pkgver = 3.5.3
+ pkgver = 3.5.4
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.3.tar.gz
- sha256sums = 9c54c5295fe1121016cca4c8804bded049f1502c50f8db5bec489436f1078183
+ source = https://github.com/platformio/platformio-core/archive/v3.5.4.tar.gz
+ sha256sums = 78693881e340b09a114ffbf1f2670b1c97c116115f13be7b31d80cfa72972d11
pkgname = platformio
diff --git a/PKGBUILD b/PKGBUILD
index 577487975a14..ddc0071c33d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
#
pkgname=platformio
-pkgver=3.5.3
+pkgver=3.5.4
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=('9c54c5295fe1121016cca4c8804bded049f1502c50f8db5bec489436f1078183')
+sha256sums=('78693881e340b09a114ffbf1f2670b1c97c116115f13be7b31d80cfa72972d11')
package() {
cd "$srcdir/platformio-core-$pkgver"