mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
package/fwup: bump to v1.9.0
Also update download site to point to new location. Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
b017b8d349
commit
ebc0d88434
@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 9890f0328796f4315e6c1188df5c103855c530fbc14fbc8c12f4b24066c975f1 fwup-1.8.0.tar.gz
|
||||
sha256 18ae6753145cef2fd5f5fc83e29c2d883e570668d8aa064ee6c94d4c5e44d73d fwup-1.9.0.tar.gz
|
||||
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE
|
||||
|
@ -4,8 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
FWUP_VERSION = 1.8.0
|
||||
FWUP_SITE = $(call github,fhunleth,fwup,v$(FWUP_VERSION))
|
||||
FWUP_VERSION = 1.9.0
|
||||
FWUP_SITE = $(call github,fwup-home,fwup,v$(FWUP_VERSION))
|
||||
FWUP_LICENSE = Apache-2.0
|
||||
FWUP_LICENSE_FILES = LICENSE
|
||||
FWUP_DEPENDENCIES = host-pkgconf libconfuse libarchive
|
||||
|
Loading…
Reference in New Issue
Block a user