libosip2: update to 5.3.0
Switch to $(AUTORELEASE). Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
parent
703bf7013d
commit
99a0f61304
1 changed files with 4 additions and 4 deletions
|
@ -8,12 +8,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libosip2
|
||||
PKG_VERSION:=5.1.2
|
||||
PKG_RELEASE:=1
|
||||
PKG_VERSION:=5.3.0
|
||||
PKG_RELEASE:=$(AUTORELEASE)
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@GNU/osip
|
||||
PKG_HASH:=2bc0400f21a64cf4f2cbc9827bf8bdbb05a9b52ecc8e791b4ec0f1f9410c1291
|
||||
PKG_HASH:=f4725916c22cf514969efb15c3c207233d64739383f7d42956038b78f6cae8c8
|
||||
|
||||
PKG_FIXUP:=autoreconf
|
||||
PKG_INSTALL:=1
|
||||
|
@ -30,7 +30,7 @@ define Package/libosip2
|
|||
CATEGORY:=Libraries
|
||||
TITLE:=GNU oSIP library
|
||||
URL:=http://www.gnu.org/software/osip/
|
||||
ABI_VERSION:=13
|
||||
ABI_VERSION:=15
|
||||
DEPENDS:=+librt
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in a new issue