1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg/littlefs2: bump version to 2.5.1

This commit is contained in:
Koen Zandberg 2022-11-10 16:17:24 -05:00
parent 2a934c9434
commit eea079f1e1
No known key found for this signature in database
GPG Key ID: 0895A893E6D2985B

View File

@ -1,7 +1,7 @@
PKG_NAME=littlefs2
PKG_URL=https://github.com/ARMmbed/littlefs.git
# v2.5.0
PKG_VERSION=40dba4a556e0d81dfbe64301a6aa4e18ceca896c
# v2.5.1
PKG_VERSION=6a53d76e90af33f0656333c1db09bd337fa75d23
PKG_LICENSE=Apache-2.0
include $(RIOTBASE)/pkg/pkg.mk