aboutsummaryrefslogtreecommitdiff
path: root/net/cloudquery/Makefile
diff options
context:
space:
mode:
authorNeel Chauhan <nc@FreeBSD.org>2021-01-27 16:38:02 +0000
committerNeel Chauhan <nc@FreeBSD.org>2021-01-27 16:38:02 +0000
commit007c0ccf1ecceaeafd1bbdaea0c56307763d993c (patch)
tree465f4090f011318fff747f14d0a12bf6a861c2e6 /net/cloudquery/Makefile
parent3ff7f415a67d6b0144296226aa661dfd8e37cd04 (diff)
downloadports-007c0ccf1ecceaeafd1bbdaea0c56307763d993c.tar.gz
ports-007c0ccf1ecceaeafd1bbdaea0c56307763d993c.zip
net/cloudquery: Update to 0.8.9
Changes: https://github.com/cloudquery/cloudquery/releases/tag/v0.8.9 Approved by: 0mp (mentor, implicit)
Notes
Notes: svn path=/head/; revision=563095
Diffstat (limited to 'net/cloudquery/Makefile')
-rw-r--r--net/cloudquery/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/cloudquery/Makefile b/net/cloudquery/Makefile
index 2dea06e7fb62..ad38c0b0e5e6 100644
--- a/net/cloudquery/Makefile
+++ b/net/cloudquery/Makefile
@@ -2,7 +2,7 @@
PORTNAME= cloudquery
DISTVERSIONPREFIX= v
-DISTVERSION= 0.8.7
+DISTVERSION= 0.8.9
CATEGORIES= net
MAINTAINER= nc@FreeBSD.org
@@ -31,6 +31,7 @@ GH_TUPLE= \
Azure:go-autorest:v14.2.0:azure_go_autorest/vendor/github.com/Azure/go-autorest \
Microsoft:go-winio:v0.4.16:microsoft_go_winio/vendor/github.com/Microsoft/go-winio \
Nvveen:Gotty:cd527374f1e5:nvveen_gotty/vendor/github.com/Nvveen/Gotty \
+ aws:aws-lambda-go:v1.22.0:aws_aws_lambda_go/vendor/github.com/aws/aws-lambda-go \
aws:aws-sdk-go:v1.35.0:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \
cenkalti:backoff:v3.2.2:cenkalti_backoff_v3/vendor/github.com/cenkalti/backoff/v3 \
cenkalti:backoff:v4.1.0:cenkalti_backoff_v4/vendor/github.com/cenkalti/backoff/v4 \
@@ -126,7 +127,7 @@ GH_TUPLE= \
spf13:cobra:v1.1.1:spf13_cobra/vendor/github.com/spf13/cobra \
spf13:jwalterweatherman:v1.0.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \
spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \
- spf13:viper:v1.7.0:spf13_viper/vendor/github.com/spf13/viper \
+ spf13:viper:v1.7.1:spf13_viper/vendor/github.com/spf13/viper \
square:go-jose:v2.5.1:square_go_jose/vendor/gopkg.in/square/go-jose.v2 \
subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv \
uber-go:atomic:v1.6.0:uber_go_atomic/vendor/go.uber.org/atomic \