summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake2020-10-30 18:09:23 +0100
committerJake2020-10-30 18:09:23 +0100
commitfc7730082f4f592001597bdf20b90c6a58281527 (patch)
tree4144984500be9edc8c52411d7cbb9297e0438f31
parent15c0d496cbcb412ee8b20dd7f724c7ab1cbf4467 (diff)
downloadaur-fc7730082f4f592001597bdf20b90c6a58281527.tar.gz
Update to 5.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c19592fa7f5d..041072486d46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = platformio
pkgdesc = A cross-platform code builder and library manager
- pkgver = 5.0.1
+ pkgver = 5.0.2
pkgrel = 1
url = https://github.com/platformio/platformio-core/
arch = any
@@ -18,8 +18,8 @@ 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.0.1.tar.gz
- sha256sums = 0c1224f1d593c6fbccdf73de2ce02a412521a3095965c7eee19b2a4d6dc83c89
+ source = https://github.com/platformio/platformio-core/archive/v5.0.2.tar.gz
+ sha256sums = c073e63d907c2f9da9c5b5ed48af753b052e844809ea1eea55e4dc8bc4737bf9
pkgname = platformio
diff --git a/PKGBUILD b/PKGBUILD
index a870df6946f0..60de5179d13a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
#
pkgname=platformio
-pkgver=5.0.1
+pkgver=5.0.2
pkgrel=1
pkgdesc="A cross-platform code builder and library manager"
arch=('any')
@@ -28,7 +28,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=('0c1224f1d593c6fbccdf73de2ce02a412521a3095965c7eee19b2a4d6dc83c89')
+sha256sums=('c073e63d907c2f9da9c5b5ed48af753b052e844809ea1eea55e4dc8bc4737bf9')
package() {
cd "$srcdir/platformio-core-$pkgver"