summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake2023-07-23 11:52:45 +0200
committerJake2023-07-23 11:52:45 +0200
commitc183b38439c2f0d3fec6e0a90b6b8fd4b4596e05 (patch)
tree585461ad843affa1710e8f244c8882827a9e5168
parentab6b00dc15ecaf73e52e0cc3e5c4091501626faa (diff)
downloadaur-c183b38439c2f0d3fec6e0a90b6b8fd4b4596e05.tar.gz
Update: platformio 6.1.9-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 5562c67f5d82..eda9181fb7b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = platformio
pkgdesc = A cross-platform code builder and library manager
- pkgver = 6.1.8
+ pkgver = 6.1.9
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.8.tar.gz
- sha256sums = 1c5020782192016114f48da3efbf86871c086184fabb47ea172e7fbc15665e9e
+ source = https://github.com/platformio/platformio-core/archive/v6.1.9.tar.gz
+ sha256sums = e2ad3be4820f7b5309c6d81400ec82958485c28c6674f2a001be707c6f021f1d
pkgname = platformio
diff --git a/PKGBUILD b/PKGBUILD
index ca00d4fbfc3e..e03381807062 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
#
pkgname=('platformio' 'platformio-udev-rules')
-pkgver=6.1.8
+pkgver=6.1.9
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=('1c5020782192016114f48da3efbf86871c086184fabb47ea172e7fbc15665e9e')
+sha256sums=('e2ad3be4820f7b5309c6d81400ec82958485c28c6674f2a001be707c6f021f1d')
package_platformio() {
cd "$srcdir/platformio-core-$pkgver"