platformio: update to 6.1.11

This commit is contained in:
Emil Miler 2023-12-04 13:15:12 +01:00 committed by classabbyamp
parent 60971afd4a
commit 2ad5b25e7a

View file

@ -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
}