frr: update to latest 8.3.1 branch
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
This commit is contained in:
parent
6328e3e9fe
commit
a3c81940b8
|
@ -7,16 +7,16 @@
|
|||
|
||||
include $(TOPDIR)/rules.mk
|
||||
PKG_NAME:=frr
|
||||
PKG_VERSION:=8.3.0
|
||||
PKG_VERSION:=8.3.1
|
||||
PKG_RELEASE:=$(AUTORELEASE)
|
||||
PKG_SOURCE_DATE:=2022-07-27
|
||||
PKG_SOURCE_DATE:=2022-10-14
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_DATE).tar.gz
|
||||
PKG_SOURCE_VERSION:=4a27375c965a7d9079b7aba1555df54df47f1ca4
|
||||
PKG_SOURCE_VERSION:=b9cb689f3c4b78fb047216ed41d8c79424b1774f
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/FRRouting/frr/tar.gz/$(PKG_SOURCE_VERSION)?
|
||||
|
||||
|
||||
PKG_HASH:=d09fd6517b955f37418f0d260d0cd5fda0b3f4fd416e3121f270ce3934cdf6ba
|
||||
PKG_HASH:=bc4aa020f3725c499093ea3c98f9c21160fc1ae06439a698f39f6a9c55c2825a
|
||||
PKG_MAINTAINER:=Lucian Cristian <lucian.cristian@gmail.com>
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_SOURCE_VERSION)
|
||||
|
|
Loading…
Reference in New Issue