From f8a70b68665cbcc419f2902c7df388478b53f801 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 8 Dec 2022 18:29:10 -0500 Subject: Update sphinxygen wrap to use release archive --- .gitignore | 2 ++ subprojects/sphinxygen.wrap | 16 +++++++++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 6e69053..86e2700 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,6 @@ .meson-subproject-wrap-hash.txt __pycache__ build/** +subprojects/packagecache/ +subprojects/sphinxygen-1.0.0/ subprojects/sphinxygen/ diff --git a/subprojects/sphinxygen.wrap b/subprojects/sphinxygen.wrap index e4f8c36..013de9c 100644 --- a/subprojects/sphinxygen.wrap +++ b/subprojects/sphinxygen.wrap @@ -1,8 +1,14 @@ # Copyright 2022 David Robillard # SPDX-License-Identifier: 0BSD OR ISC -[wrap-git] -url = https://gitlab.com/drobilla/sphinxygen.git -push-url = ssh://git@gitlab.com:drobilla/sphinxygen.git -revision = main -depth = 1 +[wrap-file] +directory = sphinxygen-1.0.0 +source_url = https://download.drobilla.net/sphinxygen-1.0.0.tar.gz +source_filename = sphinxygen-1.0.0.tar.gz +source_hash = 96b19e3b37d4886dcf3e89d4ccf0b66c0deb9f2e34ac151a7a6659a421f0282d + +# [wrap-git] +# url = https://gitlab.com/drobilla/sphinxygen.git +# push-url = ssh://git@gitlab.com:drobilla/sphinxygen.git +# revision = main +# depth = 1 -- cgit v1.2.1