summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake2022-07-11 22:29:38 +0200
committerJake2022-07-11 22:29:38 +0200
commitc0cda9d5852fb6b8833e9258a7d2e0b2bdf83c74 (patch)
treea026d1c85e20e6027cff196e4156cd61680a6eaa
parent205112b5a30ce4ffd19db5b738ca737cf7e946b1 (diff)
downloadaur-c0cda9d5852fb6b8833e9258a7d2e0b2bdf83c74.tar.gz
Update: platformio 6.1.1-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fa913d79daf..7e4ffc4c3a21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = platformio
pkgdesc = A cross-platform code builder and library manager
- pkgver = 6.1.0
+ pkgver = 6.1.1
pkgrel = 1
url = https://github.com/platformio/platformio-core/
arch = any
@@ -24,8 +24,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/v6.1.0.tar.gz
- sha256sums = e2a2f3c097751e963edbcd6d2f0fc9b283123b7e487f6438243a26cda33ab33c
+ source = https://github.com/platformio/platformio-core/archive/v6.1.1.tar.gz
+ sha256sums = 44e66d216f3925fe0ee5d830ec4d569c57e3407aeafedb277ce71f69d9027acc
pkgname = platformio
diff --git a/PKGBUILD b/PKGBUILD
index 29e022877b96..1a8b3fff25ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
#
pkgname=('platformio' 'platformio-udev-rules')
-pkgver=6.1.0
+pkgver=6.1.1
pkgrel=1
pkgdesc="A cross-platform code builder and library manager"
arch=('any')
@@ -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=('e2a2f3c097751e963edbcd6d2f0fc9b283123b7e487f6438243a26cda33ab33c')
+sha256sums=('44e66d216f3925fe0ee5d830ec4d569c57e3407aeafedb277ce71f69d9027acc')
package_platformio() {
cd "$srcdir/platformio-core-$pkgver"