dub: update to 1.21.0.
This commit is contained in:
parent
3ca21fd5ee
commit
caba444a79
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'dub'
|
# Template file for 'dub'
|
||||||
pkgname=dub
|
pkgname=dub
|
||||||
version=1.20.1
|
version=1.21.0
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="dmd dtools"
|
hostmakedepends="dmd dtools"
|
||||||
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=9b651668ca526993fbc906876fd599a741d95899413904ddb2953bcee32a49c0
|
checksum=320d96453b4a9a36a2d8716307cebe44f53638e06f425a7cc0d7d4dc9379bbe7
|
||||||
nocross="requires dmd"
|
nocross="requires dmd"
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
|
Loading…
Reference in a new issue