summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--NEWS6
-rw-r--r--meson.build2
-rw-r--r--subprojects/sphinxygen.wrap10
4 files changed, 13 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index c330864..606b176 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,5 +6,5 @@
__pycache__
build/**
subprojects/packagecache/
-subprojects/sphinxygen-1.0.4/
+subprojects/sphinxygen-1.0.10/
subprojects/sphinxygen/
diff --git a/NEWS b/NEWS
index 92d2d9e..188e0e0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+zix (0.6.1) unstable; urgency=medium
+
+ * Update sphinxygen wrap
+
+ -- David Robillard <d@drobilla.net> Sat, 18 Jan 2025 22:39:02 +0000
+
zix (0.6.0) stable; urgency=medium
* Add ZIX_NODISCARD attribute
diff --git a/meson.build b/meson.build
index 02f2dbb..67b5023 100644
--- a/meson.build
+++ b/meson.build
@@ -12,7 +12,7 @@ project(
],
license: 'ISC',
meson_version: '>= 0.56.0',
- version: '0.6.0',
+ version: '0.6.1',
)
zix_src_root = meson.current_source_dir()
diff --git a/subprojects/sphinxygen.wrap b/subprojects/sphinxygen.wrap
index 8a6fcfe..898ee52 100644
--- a/subprojects/sphinxygen.wrap
+++ b/subprojects/sphinxygen.wrap
@@ -2,13 +2,13 @@
# SPDX-License-Identifier: 0BSD OR ISC
[wrap-file]
-directory = sphinxygen-1.0.6
-source_url = https://download.drobilla.net/sphinxygen-1.0.6.tar.gz
-source_filename = sphinxygen-1.0.6.tar.gz
-source_hash = 8e55ac0af7b184c3c50f656c8a0f62398fc79a353067d51e7bf4f6ac25194aff
+directory = sphinxygen-1.0.10
+source_url = https://download.drobilla.net/sphinxygen-1.0.10.tar.gz
+source_filename = sphinxygen-1.0.10.tar.gz
+source_hash = 4b5eeb1ff47d43ee1ddae9327c2b49bab1e49363538c569bc544705284f3695d
# [wrap-git]
# url = https://gitlab.com/drobilla/sphinxygen.git
# push-url = ssh://git@gitlab.com:drobilla/sphinxygen.git
-# revision = v1.0.4
+# revision = v1.0.10
# depth = 1