ldc: update to 1.24.0
This commit is contained in:
parent
97817b85fc
commit
98d766ebe1
2 changed files with 8 additions and 8 deletions
|
@ -2138,11 +2138,11 @@ libfcitx-qt.so.0 libfcitx-qt-4.2.8_1
|
|||
libFcitxQt5DBusAddons.so.1 libfcitx-qt5-1.2.1_1
|
||||
libFcitxQt5WidgetsAddons.so.1 libfcitx-qt5-1.2.1_1
|
||||
libfcitx-qt5.so.0 libfcitx-qt5-0.1.3_1
|
||||
libdruntime-ldc-debug-shared.so.92 ldc-runtime-1.22.0_1
|
||||
libdruntime-ldc-shared.so.92 ldc-runtime-1.22.0_1
|
||||
libphobos2-ldc-shared.so.92 ldc-runtime-1.22.0_1
|
||||
libphobos2-ldc-debug-shared.so.92 ldc-runtime-1.22.0_1
|
||||
libldc-jit.so.92 ldc-runtime-1.22.0_1
|
||||
libdruntime-ldc-debug-shared.so.94 ldc-runtime-1.24.0_1
|
||||
libdruntime-ldc-shared.so.94 ldc-runtime-1.24.0_1
|
||||
libphobos2-ldc-shared.so.94 ldc-runtime-1.24.0_1
|
||||
libphobos2-ldc-debug-shared.so.94 ldc-runtime-1.24.0_1
|
||||
libldc-jit.so.94 ldc-runtime-1.24.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.22.0
|
||||
version=1.24.0
|
||||
revision=1
|
||||
wrksrc="ldc-${version}-src"
|
||||
build_style=cmake
|
||||
|
@ -14,12 +14,12 @@ hostmakedepends="dmd llvm10 perl pkg-config"
|
|||
makedepends="libcurl-devel libffi-devel ncurses-devel zlib-devel"
|
||||
depends="ldc-runtime"
|
||||
short_desc="Portable D programming language compiler based on LLVM"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Auri <me@aurieh.me>"
|
||||
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=866becac61fb225b0d55847fb5f206ff042d6a3ff63b671a474aa8b6a93d8988
|
||||
checksum=fd9561ade916e9279bdcc166cf0e4836449c24e695ab4470297882588adbba3c
|
||||
nopie=yes
|
||||
nocross="dmd compilation fails on cross"
|
||||
|
||||
|
|
Loading…
Reference in a new issue