aboutsummaryrefslogtreecommitdiff
path: root/net/clash/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-02-22 18:53:21 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-02-22 18:53:21 +0000
commit0778aa99488d093578cb92b6516feec2e4af82e5 (patch)
tree704a9dcffa1fbdbadc36bc763921531cf1d92cc1 /net/clash/Makefile
parentb38522c52b6c46300fa3d8ba84979ec0a69d1ca0 (diff)
downloadports-0778aa99488d093578cb92b6516feec2e4af82e5.tar.gz
ports-0778aa99488d093578cb92b6516feec2e4af82e5.zip
net/clash: Update 0.17.1 -> 0.18.0
Reported by: portscout
Notes
Notes: svn path=/head/; revision=526850
Diffstat (limited to 'net/clash/Makefile')
-rw-r--r--net/clash/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/net/clash/Makefile b/net/clash/Makefile
index b51941da9610..56cc6924b8eb 100644
--- a/net/clash/Makefile
+++ b/net/clash/Makefile
@@ -2,7 +2,7 @@
PORTNAME= clash
DISTVERSIONPREFIX= v
-DISTVERSION= 0.17.1
+DISTVERSION= 0.18.0
CATEGORIES= net
MAINTAINER= yuri@FreeBSD.org
@@ -19,18 +19,18 @@ GH_TUPLE= \
davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \
eapache:channels:v1.1.0:eapache_channels/vendor/gopkg.in/eapache/channels.v1 \
eapache:queue:v1.1.0:eapache_queue/vendor/github.com/eapache/queue \
- go-chi:chi:v4.0.2:go_chi_chi/vendor/github.com/go-chi/chi \
+ go-chi:chi:v4.0.3:go_chi_chi/vendor/github.com/go-chi/chi \
go-chi:cors:v1.0.0:go_chi_cors/vendor/github.com/go-chi/cors \
go-chi:render:v1.0.1:go_chi_render/vendor/github.com/go-chi/render \
- go-yaml:yaml:v2.2.7:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \
+ go-yaml:yaml:v2.2.8:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \
gofrs:uuid:v3.2.0:gofrs_uuid/vendor/github.com/gofrs/uuid \
- golang:crypto:e9b2fee46413:golang_crypto/vendor/golang.org/x/crypto \
- golang:net:c0dbc17a3553:golang_net/vendor/golang.org/x/net \
+ golang:crypto:1d94cc7ab1c6:golang_crypto/vendor/golang.org/x/crypto \
+ golang:net:16171245cfb2:golang_net/vendor/golang.org/x/net \
golang:sync:cd5d95a43a6e:golang_sync/vendor/golang.org/x/sync \
golang:sys:c709ea063b76:golang_sys/vendor/golang.org/x/sys \
gorilla:websocket:v1.4.1:gorilla_websocket/vendor/github.com/gorilla/websocket \
konsorten:go-windows-terminal-sequences:v1.0.1:konsorten_go_windows_terminal_sequences/vendor/github.com/konsorten/go-windows-terminal-sequences \
- miekg:dns:v1.1.26:miekg_dns/vendor/github.com/miekg/dns \
+ miekg:dns:v1.1.27:miekg_dns/vendor/github.com/miekg/dns \
oschwald:geoip2-golang:v1.4.0:oschwald_geoip2_golang/vendor/github.com/oschwald/geoip2-golang \
oschwald:maxminddb-golang:v1.6.0:oschwald_maxminddb_golang/vendor/github.com/oschwald/maxminddb-golang \
pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \