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

Merge pull request #18876 from bergzand/pr/pkg_littlefs_2.5.1

pkg/littlefs2: bump version to 2.5.1
This commit is contained in:
benpicco 2022-11-11 13:11:48 +01:00 committed by GitHub
commit dc52965369
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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