From 3e0fff454f5233fd67275481db2d4b6716b76c32 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Mon, 4 Dec 2023 13:15:12 +0100 Subject: [PATCH] platformio: update to 6.1.11 --- srcpkgs/platformio/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/platformio/template b/srcpkgs/platformio/template index 8296b9f8571f2..bb9f8d32f2ddc 100644 --- a/srcpkgs/platformio/template +++ b/srcpkgs/platformio/template @@ -1,6 +1,6 @@ # Template file for 'platformio' pkgname=platformio -version=6.1.1 +version=6.1.11 revision=1 build_style=python3-module # According to https://github.com/platformio/platformio-core/blob/9c20ab81cb68f1ffb7a8cac22ce95c4c797643ec/Makefile#L13 @@ -19,8 +19,8 @@ license="Apache-2.0" homepage="https://github.com/platformio/platformio-core" changelog="https://raw.githubusercontent.com/platformio/platformio-core/develop/HISTORY.rst" distfiles="https://github.com/platformio/platformio-core/archive/refs/tags/v${version}.tar.gz" -checksum=44e66d216f3925fe0ee5d830ec4d569c57e3407aeafedb277ce71f69d9027acc +checksum=686b45c95cf7a12ba338c744bf9d530a7e9ef1bf52b34d010c065dd81bb48c3a post_install() { - vinstall scripts/99-platformio-udev.rules 644 usr/lib/udev/rules.d + vinstall platformio/assets/system/99-platformio-udev.rules 644 usr/lib/udev/rules.d }