summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJake2022-07-18 22:00:07 +0200
committerJake2022-07-18 22:00:07 +0200
commitcf1557b6b67b26c3599fcb6e01066471d4d4cfef (patch)
tree2553b3905dc81f87a5e38779b399456cf9b1d42d /PKGBUILD
parentc0cda9d5852fb6b8833e9258a7d2e0b2bdf83c74 (diff)
downloadaur-cf1557b6b67b26c3599fcb6e01066471d4d4cfef.tar.gz
Update: platformio 6.1.3-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a8b3fff25ad..89dd5d5553f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
#
pkgname=('platformio' 'platformio-udev-rules')
-pkgver=6.1.1
+pkgver=6.1.3
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=('44e66d216f3925fe0ee5d830ec4d569c57e3407aeafedb277ce71f69d9027acc')
+sha256sums=('b6b83ee82790d9f399ae58b9d49f7f7836c684d65f5f7b6c34c967ebc1142f89')
package_platformio() {
cd "$srcdir/platformio-core-$pkgver"