package/mender: change to use release archive
authorAngelo Compagnucci <angelo.compagnucci@gmail.com>
Wed, 13 Feb 2019 21:05:04 +0000 (22:05 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 14 Feb 2019 20:47:23 +0000 (21:47 +0100)
Relase archive is distributed with depencies, this prevents the go
build system to download them.

Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/mender/mender.hash
package/mender/mender.mk

index d1531d5d7dd38df2d0b6182c8b1098146f42bcee..89aec239b1b1a1266642bc5ec705cdf40014295b 100644 (file)
@@ -1,5 +1,5 @@
 # Locally computed:
-sha256 caee18d1b8446df0cbb9a9c5a1c040d7eb1924332da94c3489494443a8077eb8 mender-1.7.0.tar.gz
+sha256 caee18d1b8446df0cbb9a9c5a1c040d7eb1924332da94c3489494443a8077eb8 1.7.0.tar.gz
 
 # Apache-2.0 license, locally computed
 sha256 98ed35b5a138f58164b5c0dbccd9d7f01ef4d84b9dba01e896f0a3241c50c0f7 LICENSE
index ae5bcb8101145e1c8d30bcfd435dde64ccf49074..cd18c0055a99606b6a875b75481b7e3b9d64b83a 100644 (file)
@@ -5,7 +5,8 @@
 ################################################################################
 
 MENDER_VERSION = 1.7.0
-MENDER_SITE = $(call github,mendersoftware,mender,$(MENDER_VERSION))
+MENDER_SITE = https://github.com/mendersoftware/mender/archive
+MENDER_SOURCE = $(MENDER_VERSION).tar.gz
 MENDER_LICENSE = Apache-2.0, BSD-2-Clause, BSD-3-Clause, ISC, MIT, OLDAP-2.8
 
 # Vendor license paths generated with: