summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuilhelm Savin2018-03-14 13:25:26 +0100
committerGuilhelm Savin2018-03-14 13:25:26 +0100
commit7d1c75f890044f42746a0d9b14c9324a8f9e288c (patch)
tree13aaf363e02a7daf70f1f79490cce2b891630ef1 /PKGBUILD
parentb332e560994d6dc84897a80de0ca4229c186f81c (diff)
downloadaur-7d1c75f890044f42746a0d9b14c9324a8f9e288c.tar.gz
Release 3.5.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3af540c77504..97357a64ff87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
#
pkgname=platformio
-pkgver=3.5.1
+pkgver=3.5.2
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=('17420b81b9f58cdadba63bf849ae5af609b55c01d38fce381e3ae8e0b1fa7c33')
+sha256sums=('0c2f43363d11245d0584ab742d0cfa4324e642092c044e9e06ce93f994617a94')
package() {
cd "$srcdir/platformio-core-$pkgver"