mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ldc: update to 1.29.0.
This commit is contained in:
parent
922c58e2f2
commit
f2553d91f7
2 changed files with 7 additions and 7 deletions
|
@ -2178,11 +2178,11 @@ libFcitx5Config.so.6 libfcitx5-5.0.5_1
|
||||||
libFcitx5GClient.so.2 fcitx5-gtk-5.0.4_1
|
libFcitx5GClient.so.2 fcitx5-gtk-5.0.4_1
|
||||||
libFcitx5Qt5DBusAddons.so.1 fcitx5-qt5-5.0.3_1
|
libFcitx5Qt5DBusAddons.so.1 fcitx5-qt5-5.0.3_1
|
||||||
libFcitx5Qt5WidgetsAddons.so.2 fcitx5-qt5-5.0.3_1
|
libFcitx5Qt5WidgetsAddons.so.2 fcitx5-qt5-5.0.3_1
|
||||||
libdruntime-ldc-debug-shared.so.98 ldc-runtime-1.28.0_1
|
libdruntime-ldc-debug-shared.so.99 ldc-runtime-1.29.0_1
|
||||||
libdruntime-ldc-shared.so.98 ldc-runtime-1.28.0_1
|
libdruntime-ldc-shared.so.99 ldc-runtime-1.29.0_1
|
||||||
libphobos2-ldc-shared.so.98 ldc-runtime-1.28.0_1
|
libphobos2-ldc-shared.so.99 ldc-runtime-1.29.0_1
|
||||||
libphobos2-ldc-debug-shared.so.98 ldc-runtime-1.28.0_1
|
libphobos2-ldc-debug-shared.so.99 ldc-runtime-1.29.0_1
|
||||||
libldc-jit.so.98 ldc-runtime-1.28.0_1
|
libldc-jit.so.99 ldc-runtime-1.29.0_1
|
||||||
libmarblewidget-qt5.so.28 marble5-17.12.2_1
|
libmarblewidget-qt5.so.28 marble5-17.12.2_1
|
||||||
libastro.so.2 marble5-17.12.2_1
|
libastro.so.2 marble5-17.12.2_1
|
||||||
libparrot.so.6.9.0 parrot-6.9.0_1
|
libparrot.so.6.9.0 parrot-6.9.0_1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ldc'
|
# Template file for 'ldc'
|
||||||
pkgname=ldc
|
pkgname=ldc
|
||||||
version=1.28.0
|
version=1.29.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="ldc-${version}-src"
|
wrksrc="ldc-${version}-src"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -22,7 +22,7 @@ license="BSD-3-Clause, BSL-1.0"
|
||||||
homepage="https://wiki.dlang.org/LDC"
|
homepage="https://wiki.dlang.org/LDC"
|
||||||
changelog="https://raw.githubusercontent.com/ldc-developers/ldc/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/ldc-developers/ldc/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/ldc-developers/ldc/releases/download/v${version}/ldc-${version}-src.tar.gz"
|
distfiles="https://github.com/ldc-developers/ldc/releases/download/v${version}/ldc-${version}-src.tar.gz"
|
||||||
checksum=17fee8bb535bcb8cda0a45947526555c46c045f302a7349cc8711b254e54cf09
|
checksum=d0c066eb965467625d9c5e75c00c583451b9ffa363601f9e37275ca8a8aea140
|
||||||
nopie=yes
|
nopie=yes
|
||||||
nocross="dmd compilation fails on cross"
|
nocross="dmd compilation fails on cross"
|
||||||
# tests timeout on musl; also require unpackaged python3-lit
|
# tests timeout on musl; also require unpackaged python3-lit
|
||||||
|
|
Loading…
Add table
Reference in a new issue