sed: upgrade to version 4.2.2

SVN-Revision: 35822
master
Luka Perkov 12 years ago
parent ba80e0a4da
commit a0e2d2a6d1
  1. 6
      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. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
@ -7,11 +7,11 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=sed PKG_NAME:=sed
PKG_VERSION:=4.2.1 PKG_VERSION:=4.2.2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@GNU/$(PKG_NAME) PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
PKG_MD5SUM:=7d310fbd76e01a01115075c1fd3f455a PKG_MD5SUM:=7ffe1c7cdc3233e1e0c4b502df253974
PKG_CAT:=bzcat PKG_CAT:=bzcat
export SED:= export SED:=

Loading…
Cancel
Save