diff options
| author | 2026-04-12 13:22:14 -0400 | |
|---|---|---|
| committer | 2026-04-12 13:22:14 -0400 | |
| commit | c633226d2b615f46ef38cc99603775dccdf96ecd (patch) | |
| tree | 645a7cf068eac001031d81734b9649ac1c26b019 /subprojects | |
| parent | 7c83f46445cee77e935720ec8291886eb21248d7 (diff) | |
| download | libalabaster-master.tar.gz libalabaster-master.tar.bz2 libalabaster-master.zip | |
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'subprojects')
| -rw-r--r-- | subprojects/c89atomic.wrap | 4 | ||||
| -rw-r--r-- | subprojects/packagefiles/c89atomic/meson.build | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/subprojects/c89atomic.wrap b/subprojects/c89atomic.wrap index 2ea66b7..6b06d75 100644 --- a/subprojects/c89atomic.wrap +++ b/subprojects/c89atomic.wrap @@ -1,6 +1,6 @@ [wrap-git] -directory = c89atomic-8e3cd3c +directory = c89atomic-cb71bbf url = https://github.com/mackron/c89atomic.git -revision = 8e3cd3ca8acca3b286fb07ed759467e51ce403c9 +revision = cb71bbfd19df6b82d6ad6814bb538d352bf3a4be depth = 1 patch_directory = c89atomic diff --git a/subprojects/packagefiles/c89atomic/meson.build b/subprojects/packagefiles/c89atomic/meson.build index 3e2bd35..b7c727e 100644 --- a/subprojects/packagefiles/c89atomic/meson.build +++ b/subprojects/packagefiles/c89atomic/meson.build @@ -1,2 +1,2 @@ -project('c89atomic', 'c', version: 'git-a9f4fa0') +project('c89atomic', 'c', version: 'git-cb71bbf') c89atomic = declare_dependency(include_directories: include_directories('.')) |