summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake2021-01-30 01:38:27 +0100
committerJake2021-01-30 01:38:27 +0100
commit3b2adde9cd909e8b75273b034fbf0f20b4ecf066 (patch)
treeaefbe2b11f7d6c603f0a08b0098ed8fe0a10fabd
parentdd9a93ca3f0b20a0c605ee8181845f2c2a01cb50 (diff)
downloadaur-3b2adde9cd909e8b75273b034fbf0f20b4ecf066.tar.gz
Update to 5.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4289ed519bc6..b1b0657e8d62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = platformio
pkgdesc = A cross-platform code builder and library manager
- pkgver = 5.0.4
+ pkgver = 5.1.0
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.4.tar.gz
- sha256sums = 01b0a73d3e4b030225c664aa392e8907b714c6cb14fbf5eb47ff2fab57c1a0fc
+ source = https://github.com/platformio/platformio-core/archive/v5.1.0.tar.gz
+ sha256sums = 3579411f44f490282be3eba552a672bd8afe8d7198faefca25a3c5e0d19d34b7
pkgname = platformio
diff --git a/PKGBUILD b/PKGBUILD
index e6501cbcde86..6c9f309870af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
#
pkgname=platformio
-pkgver=5.0.4
+pkgver=5.1.0
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=('01b0a73d3e4b030225c664aa392e8907b714c6cb14fbf5eb47ff2fab57c1a0fc')
+sha256sums=('3579411f44f490282be3eba552a672bd8afe8d7198faefca25a3c5e0d19d34b7')
package() {
cd "$srcdir/platformio-core-$pkgver"