Browse Source

grep: update to 2.24

Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
lilik-openwrt-22.03
Julen Landa Alustiza 8 years ago
parent
commit
6fd3c984d1
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      utils/grep/Makefile

+ 2
- 2
utils/grep/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=grep
PKG_VERSION:=2.23
PKG_VERSION:=2.24
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/grep
PKG_MD5SUM:=f46aa9d0d2577b9212a104348a286787
PKG_MD5SUM:=f1c980134c04692a90078e87283074b6
PKG_LICENSE:=GPL-3.0
PKG_LICENSE_FILES:=COPYING


Loading…
Cancel
Save