From: Sebastian Kemper Date: Sun, 21 Jan 2018 17:48:01 +0000 (+0100) Subject: sngrep: version bump X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=66e06be8216fd899862cd8b3cf8ca966e3b52daa;p=feed%2Ftelephony.git sngrep: version bump - use upstream release tarball instead of git checkout - update to recently released version 1.4.5 Signed-off-by: Sebastian Kemper --- diff --git a/net/sngrep/Makefile b/net/sngrep/Makefile index 053b5c1..dfcb647 100644 --- a/net/sngrep/Makefile +++ b/net/sngrep/Makefile @@ -9,18 +9,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sngrep -PKG_VERSION=1.4.4-rc2 +PKG_VERSION=1.4.5 PKG_RELEASE:=1 PKG_MAINTAINER:=Sebastian Kemper PKG_LICENSE:=GPL-3.0+ 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:=cf5e1da49d00bc7ab1afe9d63daa240db2b9b19c -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_MIRROR_HASH:=a6cee2caa108a618134fe87d7c04862e93aa2fdf9647d81dfe4abe91a6c9c19f +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_SOURCE_URL:=https://github.com/irontec/$(PKG_NAME)/releases/download/v$(PKG_VERSION) +PKG_HASH:=16f1566f4507ba560c7461cc7ff1c1653beb14b8baf7846269bbb4880564e57f PKG_FIXUP:=autoreconf