summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake2023-05-09 19:25:43 +0200
committerJake2023-05-09 19:25:43 +0200
commit6feecb7eba5b0cd28b2260b6c88e04e29113dfb4 (patch)
treef2724d61c6159a6aba9a4cc724f3ada85ac4eb98
parent462b9beeedd4707bafc6ad0acf10a066ea494ff2 (diff)
downloadaur-6feecb7eba5b0cd28b2260b6c88e04e29113dfb4.tar.gz
Update: platformio 6.1.7-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 2dfea0d7ab22..9fcf72714a81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = platformio
pkgdesc = A cross-platform code builder and library manager
- pkgver = 6.1.6
+ pkgver = 6.1.7
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.6.tar.gz
- sha256sums = dcafb718ab22efcf16e16772272624c2361a55684ab7812c450e73ede39e1137
+ source = https://github.com/platformio/platformio-core/archive/v6.1.7.tar.gz
+ sha256sums = 36132e0522f3fe926da6a10460adc5b14bce9fa2bb6281ac82a09dbfa18c6f12
pkgname = platformio
diff --git a/PKGBUILD b/PKGBUILD
index 49f05c902771..25efe1d795d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
#
pkgname=('platformio' 'platformio-udev-rules')
-pkgver=6.1.6
+pkgver=6.1.7
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=('dcafb718ab22efcf16e16772272624c2361a55684ab7812c450e73ede39e1137')
+sha256sums=('36132e0522f3fe926da6a10460adc5b14bce9fa2bb6281ac82a09dbfa18c6f12')
package_platformio() {
cd "$srcdir/platformio-core-$pkgver"