dub: update to 1.18.0.
This commit is contained in:
parent
1e09551eae
commit
d5129bbcd3
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'dub'
|
# Template file for 'dub'
|
||||||
pkgname=dub
|
pkgname=dub
|
||||||
version=1.17.0
|
version=1.18.0
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="dmd"
|
hostmakedepends="dmd"
|
||||||
makedepends="libcurl-devel"
|
makedepends="libcurl-devel"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Follpvosten <wolfi@karpador.xyz>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/dlang/dub"
|
homepage="https://github.com/dlang/dub"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=1b5d5331223faf1320d33c0fbca48811f48893f5dcb57d5a5df8cf2ae3d845e7
|
checksum=5ea118388217ad9afe7ccd6a486c0139c39a45e464de662fecfa142a408c1880
|
||||||
nocross="requires dmd"
|
nocross="requires dmd"
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
|
Loading…
Reference in New Issue