summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45c23562f0dd..32affef1c4a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = platformio
pkgdesc = A cross-platform code builder and library manager
- pkgver = 5.2.3
- pkgrel = 2
+ pkgver = 5.2.4
+ pkgrel = 1
url = https://github.com/platformio/platformio-core/
arch = any
license = Apache
@@ -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.3.tar.gz
- sha256sums = c7288e3027a88ddd1f47168faecf9d5875930bd222effbc1da8b1be5fd328cf4
+ source = https://github.com/platformio/platformio-core/archive/v5.2.4.tar.gz
+ sha256sums = c7e0305953a27c1d7ba5907d1e8798788bdcacf7776feb04e25f45f80b506a12
pkgname = platformio
diff --git a/PKGBUILD b/PKGBUILD
index ccc7f2ff4ac6..e32560f6776d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
#
pkgname=platformio
-pkgver=5.2.3
-pkgrel=2
+pkgver=5.2.4
+pkgrel=1
pkgdesc="A cross-platform code builder and library manager"
arch=('any')
url="https://github.com/platformio/platformio-core/"
@@ -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=('c7288e3027a88ddd1f47168faecf9d5875930bd222effbc1da8b1be5fd328cf4')
+sha256sums=('c7e0305953a27c1d7ba5907d1e8798788bdcacf7776feb04e25f45f80b506a12')
package() {
cd "$srcdir/platformio-core-$pkgver"