Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dub: Upgrade to v1.26.0 #13

Merged
merged 1 commit into from
Jun 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN abuild -r
FROM alpine:edge
COPY --from=Builder --chown=root:root /home/effortman/.abuild/*.rsa.pub /etc/apk/keys/
COPY --from=Builder /home/effortman/packages/ /root/packages
RUN apk --no-cache add -X /root/packages/build/ ldc=1.26.0-r0 dub=1.24.1-r0
RUN apk --no-cache add -X /root/packages/build/ ldc=1.26.0-r0 dub=1.26.0-r0
# Do not delete the packages, as the runner might need to copy the runtime
# RUN rm -rf /root/packages/
RUN apk --no-cache add \
Expand Down
6 changes: 2 additions & 4 deletions dub/APKBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributor: Mathias LANG <[email protected]>
# Maintainer: Mathias LANG <[email protected]>
pkgname=dub
pkgver=1.24.1
pkgver=1.26.0
pkgrel=0
pkgdesc="Package and build management system for D"
url="https://code.dlang.org/"
Expand All @@ -11,7 +11,6 @@ depends="libcurl"
makedepends="gcc-gdc gdmd bash curl-dev"
subpackages="$pkgname-zsh-completion:zsh:noarch $pkgname-doc:doc:noarch"
source="$pkgname-$pkgver.zip::https://github.com/dlang/dub/archive/v$pkgver.zip
0001-Revert-cache-the-generated-test-main-file-dub_test_r.patch
0002-Fix-dependency-build-settings-flooding-dflags.patch"

build() {
Expand Down Expand Up @@ -62,6 +61,5 @@ doc() {
rmdir "$pkgdir"/usr/share/man/
}

sha512sums="566e30a86ab9fd4a176c8c6da1ed38f5c60e81ad7c1007f85e3f7b7d2b73f3e50b1f1f6a9dbba9379297cc736f3e512ea1ed659a26e6f945bcc567b4332cf496 dub-1.24.1.zip
76cf9b9906280e378dee7995dd1ff84abfb00fcd8088f2c151cd58d18908f11bd131efe651d3c4c83f10bee0c5801620b4cad2bb4bed8156d7e9f8e0bba81fd4 0001-Revert-cache-the-generated-test-main-file-dub_test_r.patch
sha512sums="9f14d3b9e35dba3e9b2932fbd4592be9801ba673be79c3b1abce1a362753ad6614afc2451123245cc418f048e6dd5d7d6bb4524d851bcb65e697412631041a25 dub-1.26.0.zip
cce849215b651c81d95f7dcd1b2330f16ad8ccd7eaa14dc1e8b8c7c30ce1eaf18960c4235ae575a869a52e2ef395ab820fc99f176c2d5ffe46665b10fc510a92 0002-Fix-dependency-build-settings-flooding-dflags.patch"