diff options
author | VinÃcius Zavam <egypcio@FreeBSD.org> | 2020-08-02 11:15:46 +0000 |
---|---|---|
committer | VinÃcius Zavam <egypcio@FreeBSD.org> | 2020-08-02 11:15:46 +0000 |
commit | 2764d08354aa91b9da41baa052608e7d867add9e (patch) | |
tree | cbfadeb3685418cf946d129d3ed2086b6918884f /net | |
parent | f8178149c6258772c886ebaedc8e80511ffde7fe (diff) | |
download | ports-2764d08354aa91b9da41baa052608e7d867add9e.tar.gz ports-2764d08354aa91b9da41baa052608e7d867add9e.zip |
net/cloudflared: fix build on aarch64, and update to 2020.7.4
fixed PR 247047;
patch must land in upstream's source (refer to its GRANT OF RIGHTS)
while here, update 2020.7.0 to 2020.7.4;
raw.githubusercontent.com/cloudflare/cloudflared/2020.7.4/RELEASE_NOTES
PR: 247047
Reported by: mikael@
Obtained from: https://github.com/cloudflare/cloudflared/commit/a99780e
Notes
Notes:
svn path=/head/; revision=543945
Diffstat (limited to 'net')
-rw-r--r-- | net/cloudflared/Makefile | 2 | ||||
-rw-r--r-- | net/cloudflared/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/cloudflared/Makefile b/net/cloudflared/Makefile index ac7e9c13bd36..98a3c5ba137d 100644 --- a/net/cloudflared/Makefile +++ b/net/cloudflared/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cloudflared -DISTVERSION= 2020.7.0 +DISTVERSION= 2020.7.4 CATEGORIES= net www MAINTAINER= egypcio@FreeBSD.org diff --git a/net/cloudflared/distinfo b/net/cloudflared/distinfo index 8e69c11a3483..ee50884ea168 100644 --- a/net/cloudflared/distinfo +++ b/net/cloudflared/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1593861433 -SHA256 (cloudflare-cloudflared-2020.7.0_GH0.tar.gz) = 8a1db4c455c8889596891b0e0fc282fc41a7807a224afdb3e9c31e7cc7f3c933 -SIZE (cloudflare-cloudflared-2020.7.0_GH0.tar.gz) = 7637094 +TIMESTAMP = 1596365470 +SHA256 (cloudflare-cloudflared-2020.7.4_GH0.tar.gz) = 8989b6caf573e95a9261f42300df5f2e71e2aa7e22ed93c8a92b9a1301df0ad9 +SIZE (cloudflare-cloudflared-2020.7.4_GH0.tar.gz) = 7245455 |