summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake2021-03-17 20:50:58 +0100
committerJake2021-03-17 20:50:58 +0100
commitd6edbc50ff1da9b84ecf517e5783b2b8965c35fb (patch)
tree53da633b92a359b805113c86c0cd7e0fd4efcd6e
parent39d288896da97c356863a1ff5c813afa16726569 (diff)
downloadaur-d6edbc50ff1da9b84ecf517e5783b2b8965c35fb.tar.gz
Update to 5.1.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9338129a5bf0..0f853ac9bea6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = platformio
pkgdesc = A cross-platform code builder and library manager
- pkgver = 5.1.0
- pkgrel = 3
+ pkgver = 5.1.1
+ pkgrel = 1
url = https://github.com/platformio/platformio-core/
arch = any
license = Apache
@@ -23,7 +23,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.1.0.tar.gz
- sha256sums = 3579411f44f490282be3eba552a672bd8afe8d7198faefca25a3c5e0d19d34b7
+ source = https://github.com/platformio/platformio-core/archive/v5.1.1.tar.gz
+ sha256sums = f312c4cb535dc52c96b754cb54df3fee8001ab960894c7f2f9edd0e50d416aed
pkgname = platformio
diff --git a/PKGBUILD b/PKGBUILD
index 05d7992cf6ca..77c6a0eaa530 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
#
pkgname=platformio
-pkgver=5.1.0
-pkgrel=3
+pkgver=5.1.1
+pkgrel=1
pkgdesc="A cross-platform code builder and library manager"
arch=('any')
url="https://github.com/platformio/platformio-core/"
@@ -34,7 +34,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=('3579411f44f490282be3eba552a672bd8afe8d7198faefca25a3c5e0d19d34b7')
+sha256sums=('f312c4cb535dc52c96b754cb54df3fee8001ab960894c7f2f9edd0e50d416aed')
package() {
cd "$srcdir/platformio-core-$pkgver"