summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake2021-10-21 22:00:56 +0200
committerJake2021-10-21 22:00:56 +0200
commit4662334cc404e2d1474dfdcc3995f56fa3a3e038 (patch)
tree7b5ec42275bbf88ebd8416fff1cee03a741280be
parent09dd954077f7aa77a5a3a307ba2ecd627975669c (diff)
downloadaur-4662334cc404e2d1474dfdcc3995f56fa3a3e038.tar.gz
Update to 5.2.2 (1)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b98165feeb09..89b962ebc181 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = platformio
pkgdesc = A cross-platform code builder and library manager
- pkgver = 5.2.1
+ pkgver = 5.2.2
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.1.tar.gz
- sha256sums = cfa9912a10c3582e14444e0c3cb69775eeb4f0cfce88a9f692870afa8f2bb8cc
+ source = https://github.com/platformio/platformio-core/archive/v5.2.2.tar.gz
+ sha256sums = c5c4bd5fab0ba62a23c9c142e663eafdcea29e4778d4ca2c22470d6077f722f4
pkgname = platformio
diff --git a/PKGBUILD b/PKGBUILD
index cd49e8223e18..2b8ad146f9db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
#
pkgname=platformio
-pkgver=5.2.1
+pkgver=5.2.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=('cfa9912a10c3582e14444e0c3cb69775eeb4f0cfce88a9f692870afa8f2bb8cc')
+sha256sums=('c5c4bd5fab0ba62a23c9c142e663eafdcea29e4778d4ca2c22470d6077f722f4')
package() {
cd "$srcdir/platformio-core-$pkgver"