summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake2021-10-12 12:11:20 +0200
committerJake2021-10-12 12:11:20 +0200
commit09dd954077f7aa77a5a3a307ba2ecd627975669c (patch)
tree86d57605a2a3df8bed9124ab60c6084ff5a32f65
parent7129c53a9f25248f76fd17b5184093c5736bcf3e (diff)
downloadaur-09dd954077f7aa77a5a3a307ba2ecd627975669c.tar.gz
Update to 5.2.1 (1)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9acdef7fa12e..b98165feeb09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = platformio
pkgdesc = A cross-platform code builder and library manager
- pkgver = 5.2.0
- pkgrel = 2
+ pkgver = 5.2.1
+ 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.0.tar.gz
- sha256sums = 6fd213fa956ea1c094ad03cf81d50da4a42d62e227991bab2c302f650f956b38
+ source = https://github.com/platformio/platformio-core/archive/v5.2.1.tar.gz
+ sha256sums = cfa9912a10c3582e14444e0c3cb69775eeb4f0cfce88a9f692870afa8f2bb8cc
pkgname = platformio
diff --git a/PKGBUILD b/PKGBUILD
index 358f702596ec..cd49e8223e18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
#
pkgname=platformio
-pkgver=5.2.0
-pkgrel=2
+pkgver=5.2.1
+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=('6fd213fa956ea1c094ad03cf81d50da4a42d62e227991bab2c302f650f956b38')
+sha256sums=('cfa9912a10c3582e14444e0c3cb69775eeb4f0cfce88a9f692870afa8f2bb8cc')
package() {
cd "$srcdir/platformio-core-$pkgver"