diff options
author | Luka Perkov <luka@openwrt.org> | 2012-06-09 17:37:29 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2012-06-09 17:37:29 +0000 |
commit | 17595c437623b5d150b0ab898eb2e4f71671bcce (patch) | |
tree | c27790e8343aa759ea59a3023577e81b9e01ca1f /package/util-linux/Makefile | |
parent | f09624ec21394cc4cdf9e57759a3acd0175a3bd6 (diff) | |
download | upstream-17595c437623b5d150b0ab898eb2e4f71671bcce.tar.gz upstream-17595c437623b5d150b0ab898eb2e4f71671bcce.tar.bz2 upstream-17595c437623b5d150b0ab898eb2e4f71671bcce.zip |
[package] util-linux: update to 2.21.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32141 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/util-linux/Makefile')
-rw-r--r-- | package/util-linux/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/util-linux/Makefile b/package/util-linux/Makefile index 3a2fea9cc1..a9050edef4 100644 --- a/package/util-linux/Makefile +++ b/package/util-linux/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=util-linux -PKG_VERSION:=2.21.1 +PKG_VERSION:=2.21.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/utils/$(PKG_NAME)/v2.21 -PKG_MD5SUM:=ad602dcd528f340b1329cfa6200d8f80 +PKG_MD5SUM:=54ba880f1d66782c2287ee2c898520e9 PKG_BUILD_PARALLEL:=1 PKG_BUILD_DEPENDS:=libncurses |