mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
ldc: update to 0.13.0.
This commit is contained in:
parent
96fe7d6513
commit
dfc01eccb4
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ldc'
|
# Template file for 'ldc'
|
||||||
pkgname=ldc
|
pkgname=ldc
|
||||||
version=0.12.1
|
version=0.13.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="ldc-${version}-src"
|
wrksrc="ldc-${version}-src"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -12,7 +12,7 @@ homepage="http://wiki.dlang.org/LDC"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
short_desc="Portable D programming language compiler based on LLVM"
|
short_desc="Portable D programming language compiler based on LLVM"
|
||||||
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=e559d1018da99d1df606d3876a6ce0e66252944d28adb99db74aa90290d5a53f
|
checksum=93b7061912bf8d03274059be9f4649c8aa9349bc1bac62a5ef227f0e2aeb19e6
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir usr/share/bash-completion/completions
|
vmkdir usr/share/bash-completion/completions
|
||||||
|
|
Loading…
Add table
Reference in a new issue