summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJake2021-12-21 00:32:12 +0100
committerJake2021-12-21 00:32:12 +0100
commit2fc09c5fa0931296e6a8c64fb12cf3fb4dad5adc (patch)
tree362c36b185620a2962f42ab557663212a3a8ff3d /PKGBUILD
parent905033c1e5dad087ce2d6df7da4d3a2062035a93 (diff)
downloadaur-2fc09c5fa0931296e6a8c64fb12cf3fb4dad5adc.tar.gz
Update: platformio 5.2.4-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"