diff options
| author | Ansuel Smith | 2018-03-09 01:29:58 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2018-03-09 21:13:21 +0000 |
| commit | a9c00578b5c55357117db9dbbbd4e5652b9b4648 (patch) | |
| tree | a2301069e14d7f90d6af1bada77b2b96e56cdcb7 | |
| parent | ffbe51b2948a3270b25b8bd8bb5e6cea3e76af64 (diff) | |
| download | openwrt-a9c00578b5c55357117db9dbbbd4e5652b9b4648.tar.gz | |
e2fsprogs: bump to 1.44.0
Fix compilation error
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
| -rw-r--r-- | tools/e2fsprogs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/e2fsprogs/Makefile b/tools/e2fsprogs/Makefile index 36f5c547b8..22a0bd604f 100644 --- a/tools/e2fsprogs/Makefile +++ b/tools/e2fsprogs/Makefile @@ -9,8 +9,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=e2fsprogs PKG_CPE_ID:=cpe:/a:e2fsprogs_project:e2fsprogs -PKG_VERSION:=1.43.7 -PKG_HASH:=2a6367289047d68d9ba6a46cf89ab9a1efd0556cde02a51ebaf414ff51edded9 +PKG_VERSION:=1.44.0 +PKG_HASH:=a3567042f03fcee0e01db8f923b24cec92e2ba5b11f8e39e245672ad5392723d PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz |