From 5ba73473fa3a352ddedea3a9eacc6282ed99a5e7 Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Sun, 30 Oct 2022 23:40:04 +0200 Subject: [PATCH] Update options.conf: set meson commit to HEAD; fix Debian source URLs --- options.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/options.conf b/options.conf index c10c24d..a00f79f 100644 --- a/options.conf +++ b/options.conf @@ -47,11 +47,11 @@ git_branch_wine=master ########## # These apply only on Debian/Ubuntu/Mint -git_source_meson_debian="git://github.com/mesonbuild/meson.git" -git_source_glslang_debian="git://github.com/KhronosGroup/glslang.git" +git_source_meson_debian="https://github.com/mesonbuild/meson" +git_source_glslang_debian="https://github.com/KhronosGroup/glslang" # Commits & branches: https://github.com/mesonbuild/meson -git_commithash_meson=5d6dcf8850fcc5d552f55943b6aa3582754dedf8 +git_commithash_meson=HEAD git_branch_meson=master # Commits & branches: https://github.com/KhronosGroup/glslang