summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake2023-08-20 22:57:15 +0200
committerJake2023-08-20 22:57:15 +0200
commit1f58b1e21607b3da05efbe1f2fa1f9b8c6e7b9bc (patch)
tree287545b028d20c3ca78ce747f533643ae2f5900d
parentcce8af8d46acc26122abb3ff10a977fac61ed3f6 (diff)
downloadaur-1f58b1e21607b3da05efbe1f2fa1f9b8c6e7b9bc.tar.gz
Update: platformio 6.1.10-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b990333f4f2..6dcc3b7b61e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = platformio
pkgdesc = A cross-platform code builder and library manager
- pkgver = 6.1.9
- pkgrel = 2
+ pkgver = 6.1.10
+ pkgrel = 1
url = https://github.com/platformio/platformio-core/
arch = any
license = Apache
@@ -25,8 +25,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.9.tar.gz
- sha256sums = e2ad3be4820f7b5309c6d81400ec82958485c28c6674f2a001be707c6f021f1d
+ source = https://github.com/platformio/platformio-core/archive/v6.1.10.tar.gz
+ sha256sums = 003937c9ea88942e6dd35b909622d281dfcdbe5fba4e0bba92ef5cf514ed4bf3
pkgname = platformio
diff --git a/PKGBUILD b/PKGBUILD
index dd9df609c5c5..710943849203 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
#
pkgname=('platformio' 'platformio-udev-rules')
-pkgver=6.1.9
-pkgrel=2
+pkgver=6.1.10
+pkgrel=1
pkgdesc="A cross-platform code builder and library manager"
arch=('any')
url="https://github.com/platformio/platformio-core/"
@@ -37,7 +37,7 @@ optdepends=('platformio-udev-rules: user access for various boards/devices'
'python-shellingham: for shell completions')
conflicts=('platformio-git')
source=("https://github.com/platformio/platformio-core/archive/v${pkgver}.tar.gz")
-sha256sums=('e2ad3be4820f7b5309c6d81400ec82958485c28c6674f2a001be707c6f021f1d')
+sha256sums=('003937c9ea88942e6dd35b909622d281dfcdbe5fba4e0bba92ef5cf514ed4bf3')
package_platformio() {
cd "$srcdir/platformio-core-$pkgver"