summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake2022-06-20 04:26:23 +0200
committerJake2022-06-20 04:26:23 +0200
commit5fdd5a2c9f3f47d8a9f0df1f344c41d7ba5402b6 (patch)
treea7fb39f9573357b7e2b3be56861c3318a9cb23f0
parent0dbfff0761b8b033d98a9d14f55c19b626ab4b70 (diff)
downloadaur-5fdd5a2c9f3f47d8a9f0df1f344c41d7ba5402b6.tar.gz
Update: platformio 6.0.2-1
upstream release
-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"