summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake2022-02-11 23:52:25 +0100
committerJake2022-02-11 23:52:25 +0100
commite290f93994d02b7527001b4feda6ac9427a75737 (patch)
tree8c02878d3aa5c02ee73694f5d10bfc765ca82377
parent2fc09c5fa0931296e6a8c64fb12cf3fb4dad5adc (diff)
downloadaur-e290f93994d02b7527001b4feda6ac9427a75737.tar.gz
Update: platformio 5.2.5-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 32affef1c4a1..d22191ec64c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = platformio
pkgdesc = A cross-platform code builder and library manager
- pkgver = 5.2.4
+ pkgver = 5.2.5
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.4.tar.gz
- sha256sums = c7e0305953a27c1d7ba5907d1e8798788bdcacf7776feb04e25f45f80b506a12
+ source = https://github.com/platformio/platformio-core/archive/v5.2.5.tar.gz
+ sha256sums = 26cc5b61d113250519257c156ae693ab8f6aea891283b28f1c4c67ffc81fb574
pkgname = platformio
diff --git a/PKGBUILD b/PKGBUILD
index e32560f6776d..1e1a44bb7c00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
#
pkgname=platformio
-pkgver=5.2.4
+pkgver=5.2.5
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=('c7e0305953a27c1d7ba5907d1e8798788bdcacf7776feb04e25f45f80b506a12')
+sha256sums=('26cc5b61d113250519257c156ae693ab8f6aea891283b28f1c4c67ffc81fb574')
package() {
cd "$srcdir/platformio-core-$pkgver"