sipgrep: update PKG_VERSION
The source does not change, but reflect the real version (2.2.1) in PKG_VERSION. Also move from gz to xz to shave off a few Bytes. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
parent
9396c38ef6
commit
487a3f4c67
|
@ -9,7 +9,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=sipgrep
|
||||
PKG_VERSION:=20160914-devel
|
||||
PKG_VERSION:=2.2.1-20160621
|
||||
PKG_RELEASE:=1
|
||||
PKG_MAINTAINER:=Sebastian Kemper <sebastian_ml@gmx.net>
|
||||
PKG_LICENSE:=GPL-3.0
|
||||
|
@ -19,8 +19,8 @@ PKG_SOURCE_PROTO:=git
|
|||
PKG_SOURCE_URL:=https://github.com/sipcapture/sipgrep
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_VERSION:=df8a95b066569be92aa38cad01086ea595b36863
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_MIRROR_HASH:=a9131ae443bdce760e3dadd83dcf115d51a894381fc18461cbe62522618418fa
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_MIRROR_HASH:=9b40ecd7822c84740fcf0032ab5c54195df545162c623699232b78da6ae225d2
|
||||
|
||||
PKG_FIXUP:=autoreconf
|
||||
|
||||
|
|
Loading…
Reference in New Issue