libslirp: update to v4.7.0
Bug fixes etc.. List of changes available at: https://gitlab.freedesktop.org/slirp/libslirp/-/blob/master/CHANGELOG.md Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
This commit is contained in:
parent
6e0f77acbe
commit
352e887485
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libslirp
|
||||
PKG_VERSION:=4.6.1
|
||||
PKG_VERSION:=4.7.0
|
||||
PKG_RELEASE:=$(AUTORELEASE)
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://gitlab.freedesktop.org/slirp/$(PKG_NAME)/-/archive/v$(PKG_VERSION)
|
||||
PKG_HASH:=69ad4df0123742a29cc783b35de34771ed74d085482470df6313b6abeb799b11
|
||||
PKG_HASH:=9398f0ec5a581d4e1cd6856b88ae83927e458d643788c3391a39e61b75db3d3b
|
||||
|
||||
PKG_INSTALL:=1
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
|
|
Loading…
Reference in a new issue