diff options
author | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-02-28 00:52:28 +0000 |
---|---|---|
committer | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-02-28 00:52:28 +0000 |
commit | 5265bbe36dfc84c39a51060830b6312039050e31 (patch) | |
tree | 59eafb37f29e73f78c1ca62a163b42f3ba4d529e /tools/sed | |
parent | d753258ae3666d4d9668cd7ae7643108d45b672e (diff) |
[tools] sed: upgrade to version 4.2.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35822 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/sed')
-rw-r--r-- | tools/sed/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/sed/Makefile b/tools/sed/Makefile index 71e1bc9e0..27169540b 100644 --- a/tools/sed/Makefile +++ b/tools/sed/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2010 OpenWrt.org +# Copyright (C) 2006-2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sed -PKG_VERSION:=4.2.1 +PKG_VERSION:=4.2.2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@GNU/$(PKG_NAME) -PKG_MD5SUM:=7d310fbd76e01a01115075c1fd3f455a +PKG_MD5SUM:=7ffe1c7cdc3233e1e0c4b502df253974 PKG_CAT:=bzcat export SED:= |