Permalink
Browse files
gitlab-runner: update to 11.10.1
- Loading branch information
Showing
with
4 additions
and
4 deletions.
-
+4
−4
devel/gitlab-runner/Portfile
|
|
@@ -3,7 +3,7 @@ |
|
|
PortSystem 1.0 |
|
|
PortGroup golang 1.0 |
|
|
|
|
|
go.setup gitlab.com/gitlab-org/gitlab-runner 11.10.0 v |
|
|
go.setup gitlab.com/gitlab-org/gitlab-runner 11.10.1 v |
|
|
|
|
|
categories devel |
|
|
platforms darwin |
|
|
@@ -23,9 +23,9 @@ homepage https://docs.gitlab.com/runner/ |
|
|
master_sites https://gitlab.com/gitlab-org/gitlab-runner/-/archive/v${version}/ |
|
|
distname gitlab-runner-v${version} |
|
|
|
|
|
checksums rmd160 bcda543a970ce09e79e0a1c6bee07a6600d9220c \ |
|
|
sha256 39a3b9a09c0d9e391a71a5c748f123c0fbe8478c88e0044dccc5f5c5c4ab5433 \ |
|
|
size 27062295 |
|
|
checksums rmd160 1c2882ae63a8c5a4d8b736ad44c7c2aeb304c434 \ |
|
|
sha256 b5588fc945bceff8a51f251261102bf4cc167c12674bef4064780386eb25696a \ |
|
|
size 27068191 |
|
|
|
|
|
# Reproduce the "build_simple" target from the upstream Makefile |
|
|
set go_ldflags "-X ${go.package}/common.NAME=${go.package} \ |
|
|
|