summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e6e7bbbd582..c19592fa7f5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = platformio
pkgdesc = A cross-platform code builder and library manager
- pkgver = 5.0.0
+ pkgver = 5.0.1
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.0.tar.gz
- sha256sums = a444d74b652118d20888e00058c9601f8e72302cbac1f33e2c6d948378e9d776
+ source = https://github.com/platformio/platformio-core/archive/v5.0.1.tar.gz
+ sha256sums = 0c1224f1d593c6fbccdf73de2ce02a412521a3095965c7eee19b2a4d6dc83c89
pkgname = platformio
diff --git a/PKGBUILD b/PKGBUILD
index ed84b01b82c9..a870df6946f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
#
pkgname=platformio
-pkgver=5.0.0
+pkgver=5.0.1
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=('a444d74b652118d20888e00058c9601f8e72302cbac1f33e2c6d948378e9d776')
+sha256sums=('0c1224f1d593c6fbccdf73de2ce02a412521a3095965c7eee19b2a4d6dc83c89')
package() {
cd "$srcdir/platformio-core-$pkgver"