diff options
| author | 2025-01-23 10:14:04 -0500 | |
|---|---|---|
| committer | 2025-01-23 10:14:04 -0500 | |
| commit | 562c730ac38749fb43ae5b7b53ae5f3043166bd1 (patch) | |
| tree | d1a3bd55dba80b9e6b81f2efefa5dbe8b1eb71fb /subprojects | |
| parent | 209310c561d89c9ed2040aa7053b320d32cc393c (diff) | |
| download | libalabaster-562c730ac38749fb43ae5b7b53ae5f3043166bd1.tar.gz libalabaster-562c730ac38749fb43ae5b7b53ae5f3043166bd1.tar.bz2 libalabaster-562c730ac38749fb43ae5b7b53ae5f3043166bd1.zip | |
build: Use explicit version in subprojects
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'subprojects')
| -rw-r--r-- | subprojects/c89atomic.wrap | 1 | ||||
| -rw-r--r-- | subprojects/packagefiles/c89atomic/meson.build | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/subprojects/c89atomic.wrap b/subprojects/c89atomic.wrap index 69c11fc..cc41768 100644 --- a/subprojects/c89atomic.wrap +++ b/subprojects/c89atomic.wrap @@ -1,4 +1,5 @@ [wrap-git] +directory = c89atomic-736f1d1 url = https://github.com/mackron/c89atomic.git revision = 736f1d1b6325233fa2e11f78f4ca8216e43680f4 depth = 1 diff --git a/subprojects/packagefiles/c89atomic/meson.build b/subprojects/packagefiles/c89atomic/meson.build index cdf8a28..e66f007 100644 --- a/subprojects/packagefiles/c89atomic/meson.build +++ b/subprojects/packagefiles/c89atomic/meson.build @@ -1,2 +1,2 @@ -project('c89atomic', 'c', version: 'git-cc548ed') +project('c89atomic', 'c', version: 'git-736f1d1') c89atomic = declare_dependency(include_directories: include_directories('.')) |