diff options
author | David Robillard <d@drobilla.net> | 2023-08-23 16:57:28 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-08-23 18:58:46 -0400 |
commit | 4f1822cd1e428252b0dfc5ba88c1147e91aa7aa8 (patch) | |
tree | 103075f4bd0ab268a7c450bbb5d03a7eb763a83b | |
parent | 36cd543badf1277039af83c8fe8b5bfa2a86280d (diff) | |
download | zix-4f1822cd1e428252b0dfc5ba88c1147e91aa7aa8.tar.gz zix-4f1822cd1e428252b0dfc5ba88c1147e91aa7aa8.tar.bz2 zix-4f1822cd1e428252b0dfc5ba88c1147e91aa7aa8.zip |
Update Sphinxygen wrap file
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | subprojects/sphinxygen.wrap | 12 |
2 files changed, 7 insertions, 7 deletions
@@ -6,5 +6,5 @@ __pycache__ build/** subprojects/packagecache/ -subprojects/sphinxygen-1.0.0/ +subprojects/sphinxygen-1.0.4/ subprojects/sphinxygen/ diff --git a/subprojects/sphinxygen.wrap b/subprojects/sphinxygen.wrap index 013de9c..9707d1a 100644 --- a/subprojects/sphinxygen.wrap +++ b/subprojects/sphinxygen.wrap @@ -1,14 +1,14 @@ -# Copyright 2022 David Robillard <d@drobilla.net> +# Copyright 2022-2023 David Robillard <d@drobilla.net> # SPDX-License-Identifier: 0BSD OR ISC [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 +directory = sphinxygen-1.0.4 +source_url = https://download.drobilla.net/sphinxygen-1.0.4.tar.gz +source_filename = sphinxygen-1.0.4.tar.gz +source_hash = 12fa9f18ed9fca608f272520072257ba61fd9eff25613f86d83d4fce14fc01f5 # [wrap-git] # url = https://gitlab.com/drobilla/sphinxygen.git # push-url = ssh://git@gitlab.com:drobilla/sphinxygen.git -# revision = main +# revision = v1.0.4 # depth = 1 |