summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhelm Savin2017-06-27 22:26:18 +1200
committerGuilhelm Savin2017-06-27 22:26:18 +1200
commit9b03507a9db23891808abda5f2c51959759325a1 (patch)
tree27113167670c4f5b88dec28e85a57cdd4e00502a
parent4f4faa623b05fd3ed0eedb6d9cb6f42e641b9516 (diff)
downloadaur-9b03507a9db23891808abda5f2c51959759325a1.tar.gz
Release 3.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dafc9f50960a..a3b905f3a414 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = platformio
pkgdesc = A cross-platform code builder and library manager
- pkgver = 3.3.1
+ pkgver = 3.4.0
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.3.1.tar.gz
- sha256sums = 6998e85d7a1018281d21ffb3b10b26e1d009a9d70d4516e97a106b9dc6ceab8b
+ source = https://github.com/platformio/platformio-core/archive/v3.4.0.tar.gz
+ sha256sums = 1ab75d4a907c001d36c5773124862c4524c93c8a9551ad8c5c1f689b20b1328c
pkgname = platformio
diff --git a/PKGBUILD b/PKGBUILD
index c6757031aa1b..08ea43943b23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
#
pkgname=platformio
-pkgver=3.3.1
+pkgver=3.4.0
pkgrel=1
pkgdesc="A cross-platform code builder and library manager"
arch=('any')
@@ -25,7 +25,7 @@ depends=('python2'
'python2-setuptools')
conflicts=('platformio-git')
source=("https://github.com/platformio/platformio-core/archive/v${pkgver}.tar.gz")
-sha256sums=('6998e85d7a1018281d21ffb3b10b26e1d009a9d70d4516e97a106b9dc6ceab8b')
+sha256sums=('1ab75d4a907c001d36c5773124862c4524c93c8a9551ad8c5c1f689b20b1328c')
package() {
cd "$srcdir/platformio-core-$pkgver"