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

Merge pull request #18049 from benpicco/pkg/littlefs2-bump

pkg/littlefs2: bump version to 2.5.0
This commit is contained in:
benpicco 2022-05-17 12:28:00 +02:00 committed by GitHub
commit 641f7a704c
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.4.2
PKG_VERSION=9c7e232086f865cff0bb96fe753deb66431d91fd
# v2.5.0
PKG_VERSION=40dba4a556e0d81dfbe64301a6aa4e18ceca896c
PKG_LICENSE=Apache-2.0
include $(RIOTBASE)/pkg/pkg.mk