summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake2021-11-06 16:25:48 +0100
committerJake2021-11-06 16:25:48 +0100
commit87f216d969745d0686a5761105f04c35067f3313 (patch)
treeaa2f2ffda5b7740d1dee62aa9feb9f8994c0367d
parent4662334cc404e2d1474dfdcc3995f56fa3a3e038 (diff)
downloadaur-87f216d969745d0686a5761105f04c35067f3313.tar.gz
Update to 5.2.3 (1)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89b962ebc181..a4c4dbbe291a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = platformio
pkgdesc = A cross-platform code builder and library manager
- pkgver = 5.2.2
+ pkgver = 5.2.3
pkgrel = 1
url = https://github.com/platformio/platformio-core/
arch = any
@@ -24,7 +24,7 @@ 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/v5.2.2.tar.gz
- sha256sums = c5c4bd5fab0ba62a23c9c142e663eafdcea29e4778d4ca2c22470d6077f722f4
+ source = https://github.com/platformio/platformio-core/archive/v5.2.3.tar.gz
+ sha256sums = c7288e3027a88ddd1f47168faecf9d5875930bd222effbc1da8b1be5fd328cf4
pkgname = platformio
diff --git a/PKGBUILD b/PKGBUILD
index 2b8ad146f9db..c45f08cc62b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
#
pkgname=platformio
-pkgver=5.2.2
+pkgver=5.2.3
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=('c5c4bd5fab0ba62a23c9c142e663eafdcea29e4778d4ca2c22470d6077f722f4')
+sha256sums=('c7288e3027a88ddd1f47168faecf9d5875930bd222effbc1da8b1be5fd328cf4')
package() {
cd "$srcdir/platformio-core-$pkgver"