dub: update to 1.13.0.
This commit is contained in:
parent
30f1f42b79
commit
fc1a2fbca5
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'dub'
|
||||
pkgname=dub
|
||||
version=1.10.0
|
||||
version=1.13.0
|
||||
revision=1
|
||||
hostmakedepends="dmd"
|
||||
makedepends="libcurl-devel"
|
||||
|
@ -10,8 +10,8 @@ maintainer="Follpvosten <wolfi@karpador.xyz>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/dlang/dub"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=db6c3a9e45408d2431bc3d1138a31b561fb71665c1d89db4b0cb3725b2b12faa
|
||||
nocross="because of dmd, see template line 26"
|
||||
checksum=8c7ffdae0b49bd1a246f48e865610fc5b6f6bdf58057858f3ba7e9dae8368ee7
|
||||
nocross="requires dmd"
|
||||
|
||||
do_build() {
|
||||
./build.sh
|
||||
|
|
Loading…
Reference in New Issue