Browse Source

Merge pull request #3586 from diizzyy/patch-24

net/sngrep: Update to 1.4.1
lilik-openwrt-22.03
Hannu Nyman 8 years ago
committed by GitHub
parent
commit
3ddf594221
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      net/sngrep/Makefile

+ 4
- 3
net/sngrep/Makefile View File

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=sngrep
PKG_VERSION=2016-09-27-$(PKG_SOURCE_VERSION)
PKG_VERSION=1.4.1
PKG_RELEASE:=1
PKG_MAINTAINER:=Daniel Engberg <daniel.engberg.lists@pyret.net>
PKG_LICENSE:=GPL-3.0
@ -17,8 +17,9 @@ PKG_LICENSE_FILES:=COPYING
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=https://github.com/irontec/sngrep
PKG_SOURCE_SUBDIR=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_VERSION:=b764ec6722f4f6b4067c469b892af4d988bbeece
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_VERSION:=57baa4b16d0021cf0a70889c15aee708db378fed
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_MIRROR_MD5SUM:=5b2cb01d34fcc6d631f8f6efe01ec556fe1325aa300590bec5aa6a078486f9c3
PKG_FIXUP:=autoreconf


Loading…
Cancel
Save