diff options
author | David Robillard <d@drobilla.net> | 2022-12-08 18:29:10 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-12-08 18:29:53 -0500 |
commit | f8a70b68665cbcc419f2902c7df388478b53f801 (patch) | |
tree | eb6e5cf9474f30c97f10a7dd1432d504cecbb90f | |
parent | 9d652e28f4de41fe3280d6bd4a4b80270d1d655b (diff) | |
download | zix-f8a70b68665cbcc419f2902c7df388478b53f801.tar.gz zix-f8a70b68665cbcc419f2902c7df388478b53f801.tar.bz2 zix-f8a70b68665cbcc419f2902c7df388478b53f801.zip |
Update sphinxygen wrap to use release archive
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | subprojects/sphinxygen.wrap | 16 |
2 files changed, 13 insertions, 5 deletions
@@ -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 <d@drobilla.net> # 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 |