summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuilhelm Savin2017-06-27 22:26:18 +1200
committerGuilhelm Savin2017-06-27 22:26:18 +1200
commit9b03507a9db23891808abda5f2c51959759325a1 (patch)
tree27113167670c4f5b88dec28e85a57cdd4e00502a /PKGBUILD
parent4f4faa623b05fd3ed0eedb6d9cb6f42e641b9516 (diff)
downloadaur-9b03507a9db23891808abda5f2c51959759325a1.tar.gz
Release 3.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"