mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
dmd: update to 2.081.1.
Closes: #626 [via git-merge-pr] Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
27f3476f33
commit
b14799eaf9
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'dmd'
|
# Template file for 'dmd'
|
||||||
pkgname=dmd
|
pkgname=dmd
|
||||||
version=2.080.1
|
version=2.081.1
|
||||||
revision=1
|
revision=1
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
makedepends="dmd-bootstrap"
|
makedepends="dmd-bootstrap"
|
||||||
|
@ -14,10 +14,10 @@ distfiles="
|
||||||
https://github.com/dlang/druntime/archive/v${version}.tar.gz>druntime-${version}.tar.gz
|
https://github.com/dlang/druntime/archive/v${version}.tar.gz>druntime-${version}.tar.gz
|
||||||
https://github.com/dlang/phobos/archive/v${version}.tar.gz>phobos-${version}.tar.gz
|
https://github.com/dlang/phobos/archive/v${version}.tar.gz>phobos-${version}.tar.gz
|
||||||
http://downloads.dlang.org/releases/2.x/${version}/dmd.${version}.linux.tar.xz"
|
http://downloads.dlang.org/releases/2.x/${version}/dmd.${version}.linux.tar.xz"
|
||||||
checksum="50f38e3bd1ac2ce05442e2ab061c6544e0c346eb6d03eb95204238b963ee25a0
|
checksum="14f3aafe1c93c86646aaeb3ed7361a5fc5a24374cf25c8848c81942bfd9fae1a
|
||||||
ca075552c3358682937ea8e3412877bfc7c9eddb928575916eabbe9abff58671
|
8313af32dce71f767fb0072cae699cbfe7196cf01b0ce1c5dd416a71d94f5fee
|
||||||
57b7c7ab18879acffe50dfff0a7f988d6e4d0ba9341a4ee1ab6eeecca180d6c0
|
d945c6fd1be14dff5fcbf45c1e11302e12bebac56d55e4e97e48e150f2899e04
|
||||||
4e79c92abc3823cfae58a953f2cef4cc4574fa9a9c7a2d8de36d4faa4b3ccef1"
|
a93f15fba1786322310492118785de759d8badf8b5a1583256fcb8486e4f74f8"
|
||||||
conf_files="/etc/dmd.conf"
|
conf_files="/etc/dmd.conf"
|
||||||
provides="d-compiler-${version}_${revision}"
|
provides="d-compiler-${version}_${revision}"
|
||||||
conflicts="dmd-bootstrap"
|
conflicts="dmd-bootstrap"
|
||||||
|
|
Loading…
Add table
Reference in a new issue