ldc: update to 1.28.0
This commit is contained in:
parent
32a968a685
commit
0f792590ad
2 changed files with 7 additions and 7 deletions
|
@ -2160,11 +2160,11 @@ libFcitx5Config.so.6 libfcitx5-5.0.5_1
|
|||
libFcitx5GClient.so.2 fcitx5-gtk-5.0.4_1
|
||||
libFcitx5Qt5DBusAddons.so.1 fcitx5-qt5-5.0.3_1
|
||||
libFcitx5Qt5WidgetsAddons.so.2 fcitx5-qt5-5.0.3_1
|
||||
libdruntime-ldc-debug-shared.so.96 ldc-runtime-1.26.0_1
|
||||
libdruntime-ldc-shared.so.96 ldc-runtime-1.26.0_1
|
||||
libphobos2-ldc-shared.so.96 ldc-runtime-1.26.0_1
|
||||
libphobos2-ldc-debug-shared.so.96 ldc-runtime-1.26.0_1
|
||||
libldc-jit.so.96 ldc-runtime-1.26.0_1
|
||||
libdruntime-ldc-debug-shared.so.98 ldc-runtime-1.28.0_1
|
||||
libdruntime-ldc-shared.so.98 ldc-runtime-1.28.0_1
|
||||
libphobos2-ldc-shared.so.98 ldc-runtime-1.28.0_1
|
||||
libphobos2-ldc-debug-shared.so.98 ldc-runtime-1.28.0_1
|
||||
libldc-jit.so.98 ldc-runtime-1.28.0_1
|
||||
libmarblewidget-qt5.so.28 marble5-17.12.2_1
|
||||
libastro.so.2 marble5-17.12.2_1
|
||||
libparrot.so.6.9.0 parrot-6.9.0_1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ldc'
|
||||
pkgname=ldc
|
||||
version=1.26.0
|
||||
version=1.28.0
|
||||
revision=1
|
||||
wrksrc="ldc-${version}-src"
|
||||
build_style=cmake
|
||||
|
@ -22,7 +22,7 @@ license="BSD-3-Clause, BSL-1.0"
|
|||
homepage="https://wiki.dlang.org/LDC"
|
||||
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"
|
||||
checksum=c18f4c76869f0196b459dcd6196c7eaea1b097cc422cf3771de394f6c0ef7474
|
||||
checksum=17fee8bb535bcb8cda0a45947526555c46c045f302a7349cc8711b254e54cf09
|
||||
nopie=yes
|
||||
nocross="dmd compilation fails on cross"
|
||||
# tests timeout on musl; also require unpackaged python3-lit
|
||||
|
|
Loading…
Reference in a new issue