summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86aeb19b7fc6..4bd25a920b5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = platformio
pkgdesc = A cross-platform code builder and library manager
- pkgver = 6.0.1
+ pkgver = 6.0.2
pkgrel = 1
url = https://github.com/platformio/platformio-core/
arch = any
@@ -24,8 +24,8 @@ pkgbase = platformio
optdepends = python-click-completion: for shell completions
optdepends = python-shellingham: for shell completions
conflicts = platformio-git
- source = https://github.com/platformio/platformio-core/archive/v6.0.1.tar.gz
- sha256sums = 8e6bc0121874d0cc87c4150a0ffc94975e28d45fc1c697402abe3e5e5ff97732
+ source = https://github.com/platformio/platformio-core/archive/v6.0.2.tar.gz
+ sha256sums = d42f22db51011b059d3e2fe0fecf560cfd54fff7613baa0488266886b49eaa53
pkgname = platformio
diff --git a/PKGBUILD b/PKGBUILD
index 6dce18aa492d..3f6edd5ba11b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
#
pkgname=('platformio' 'platformio-udev-rules')
-pkgver=6.0.1
+pkgver=6.0.2
pkgrel=1
pkgdesc="A cross-platform code builder and library manager"
arch=('any')
@@ -36,7 +36,7 @@ optdepends=('python-click-completion: for shell completions'
'python-shellingham: for shell completions')
conflicts=('platformio-git')
source=("https://github.com/platformio/platformio-core/archive/v${pkgver}.tar.gz")
-sha256sums=('8e6bc0121874d0cc87c4150a0ffc94975e28d45fc1c697402abe3e5e5ff97732')
+sha256sums=('d42f22db51011b059d3e2fe0fecf560cfd54fff7613baa0488266886b49eaa53')
package_platformio() {
cd "$srcdir/platformio-core-$pkgver"