use the latest available commit hash instead of the HEAD pointer. (#355)

pull/357/head
Paul Philippov 2022-08-14 23:30:41 -04:00 committed by GitHub
parent 346c541bbf
commit 990044bc10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#
################################################################################
MICROBE_WEB_VERSION = HEAD
MICROBE_WEB_VERSION = $(shell git ls-remote https://github.com/OpenIPC/microbe-web/ master | awk '{ print $$1 }')
MICROBE_WEB_SITE = $(call github,openipc,microbe-web,$(MICROBE_WEB_VERSION))
MICROBE_WEB_LICENSE = MIT
MICROBE_WEB_LICENSE_FILES = LICENSE