Permalink
Browse files
gitlab-runner: update to 11.9.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.9.0 v |
|
|
go.setup gitlab.com/gitlab-org/gitlab-runner 11.9.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 8850b74a097120a8b47d33d6b4286f434b30b1b5 \ |
|
|
sha256 57dad370a3883d435b27b497de43eb3402b0e64dfc421a81ac99c9ddb04f0d45 \ |
|
|
size 27054559 |
|
|
checksums rmd160 145205394e859ad5de3391d30a2a335d814566d2 \ |
|
|
sha256 b1a6a82c747a8d948bccd7d261ed0d476263afd9f2ec582b4a9ce5707189d67f \ |
|
|
size 27052321 |
|
|
|
|
|
# Reproduce the "build_simple" target from the upstream Makefile |
|
|
set go_ldflags "-X ${go.package}/common.NAME=${go.package} \ |
|
|
|