From 4f3a82d839534e9b4c94216d5bbd57bbdcfca173 Mon Sep 17 00:00:00 2001 From: Manuel Bentele Date: Thu, 23 Sep 2021 10:54:07 +0200 Subject: [looking-glass-client] Bump version to latest release 'B4' --- core/modules/looking-glass-client/module.build | 4 +--- core/modules/looking-glass-client/module.conf | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/core/modules/looking-glass-client/module.build b/core/modules/looking-glass-client/module.build index df334e41..52609237 100644 --- a/core/modules/looking-glass-client/module.build +++ b/core/modules/looking-glass-client/module.build @@ -1,9 +1,7 @@ #!/bin/bash fetch_source() { - local SRCDIR="${MODULE_WORK_DIR}/src/LookingGlass" autoclone - cde "${SRCDIR}" - git submodule update --init --recursive || perror "Failed to init and update submodules!" + git -C "${MODULE_WORK_DIR}/src/LookingGlass" submodule update --init --recursive || perror "Failed to init and update submodules!" } build() { diff --git a/core/modules/looking-glass-client/module.conf b/core/modules/looking-glass-client/module.conf index 11283429..a8e7263d 100644 --- a/core/modules/looking-glass-client/module.conf +++ b/core/modules/looking-glass-client/module.conf @@ -3,5 +3,5 @@ REQUIRED_BINARIES=" looking-glass-client " REQUIRED_GIT=" - https://github.com/gnif/LookingGlass.git + https://github.com/gnif/LookingGlass.git||Release/B4 " -- cgit v1.2.3-55-g7522