diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2023-08-29 18:55:59 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2023-08-29 21:29:22 +0200 |
commit | 38c180f03785251a6371717428ee78f64ae64d50 (patch) | |
tree | 4e9b0d2216b0fd8ff7c45bb20de224a2cf6e56bd /source/d | |
parent | 568c271aef987a6cc0bdd7e8d61e9b268d96ffa5 (diff) | |
download | current-38c180f03785251a6371717428ee78f64ae64d50.tar.gz current-38c180f03785251a6371717428ee78f64ae64d50.tar.xz |
Tue Aug 29 18:55:59 UTC 202320230829185559
a/coreutils-9.4-x86_64-1.txz: Upgraded.
d/cbindgen-0.25.0-x86_64-1.txz: Upgraded.
l/ffmpeg-5.1.3-x86_64-2.txz: Rebuilt.
Patched and recompiled against vulkan-sdk-1.3.250.0.
Thanks to lucabon.
l/pipewire-0.3.79-x86_64-1.txz: Upgraded.
xfce/xfce4-whiskermenu-plugin-2.8.0-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/d')
-rwxr-xr-x | source/d/cbindgen/fetch-sources.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/d/cbindgen/fetch-sources.sh b/source/d/cbindgen/fetch-sources.sh index af3a9576b..3678e60ed 100755 --- a/source/d/cbindgen/fetch-sources.sh +++ b/source/d/cbindgen/fetch-sources.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=${VERSION:-0.24.6} +VERSION=${VERSION:-0.25.0} rm -rf cbindgen-*.tar.?z cargo-cbindgen* |