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.2.0

Update to the new minor release.
This commit is contained in:
Benjamin Valentin 2020-04-03 12:58:40 +02:00
parent 4eb9b9b9df
commit f74bdb6bca

View File

@ -1,7 +1,7 @@
PKG_NAME=littlefs2
PKG_URL=https://github.com/ARMmbed/littlefs.git
# v2.1.4
PKG_VERSION=ce2c01f098f4d2b9479de5a796c3bb531f1fe14c
# v2.2.0
PKG_VERSION=a049f1318eecbe502549f9d74a41951985fb956f
PKG_LICENSE=Apache-2.0
include $(RIOTBASE)/pkg/pkg.mk