diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-09 17:08:51 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-12 11:27:06 +0200 |
commit | 8f0c9d603275db54d666ad4ce64c49bc0a464433 (patch) | |
tree | 6b4a30ca5976cfaf0e0e31199d34fb70b3afcbab /package/mtd-utils/Makefile | |
parent | 6fa287a18e343e6764af136eeeb59ed6883d7382 (diff) |
mtd-utils: update to 2.2.1
Diffstat (limited to 'package/mtd-utils/Makefile')
-rw-r--r-- | package/mtd-utils/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/mtd-utils/Makefile b/package/mtd-utils/Makefile index 1eed5014a..483f30532 100644 --- a/package/mtd-utils/Makefile +++ b/package/mtd-utils/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= mtd-utils -PKG_VERSION:= 2.0.0 -PKG_RELEASE:= 2 -PKG_HASH:= 20a377aa86af4c102e930b0d0bb9859e3a10aeb16445f6a1273989b206a717c8 +PKG_VERSION:= 2.2.1 +PKG_RELEASE:= 1 +PKG_HASH:= f7ae20b2eb79ee83441468f0b99d897024cd96ff853eea59106fb1952065c803 PKG_DESCR:= flash filesystem utilities PKG_SECTION:= sys/fs PKG_DEPENDS:= libuuid liblzo |