Date: Wed, 7 Mar 2018 21:52:06 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463838 - head/net-p2p/go-ethereum Message-ID: <201803072152.w27Lq6N9070611@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Wed Mar 7 21:52:06 2018 New Revision: 463838 URL: https://svnweb.freebsd.org/changeset/ports/463838 Log: net-p2p/go-ethereum: Update to 1.8.2 Changelog: https://github.com/ethereum/go-ethereum/releases/tag/v1.8.2 Also changed to DISTVERSION PR: 226417 Submitted by: Enrique Fynn <me@enriquefynn.com> (maintainer) Approved by: tcberner (mentor, implicit) Modified: head/net-p2p/go-ethereum/Makefile head/net-p2p/go-ethereum/distinfo Modified: head/net-p2p/go-ethereum/Makefile ============================================================================== --- head/net-p2p/go-ethereum/Makefile Wed Mar 7 21:39:21 2018 (r463837) +++ head/net-p2p/go-ethereum/Makefile Wed Mar 7 21:52:06 2018 (r463838) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= go-ethereum -PORTVERSION= 1.8.1 DISTVERSIONPREFIX= v +DISTVERSION= 1.8.2 CATEGORIES= net-p2p MAINTAINER= me@enriquefynn.com Modified: head/net-p2p/go-ethereum/distinfo ============================================================================== --- head/net-p2p/go-ethereum/distinfo Wed Mar 7 21:39:21 2018 (r463837) +++ head/net-p2p/go-ethereum/distinfo Wed Mar 7 21:52:06 2018 (r463838) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519404195 -SHA256 (ethereum-go-ethereum-v1.8.1_GH0.tar.gz) = be8bb83619f83a2e3acadbc82d2ae8064f8b0dbce17d61de72fdbf0a03480e75 -SIZE (ethereum-go-ethereum-v1.8.1_GH0.tar.gz) = 9049848 +TIMESTAMP = 1520458979 +SHA256 (ethereum-go-ethereum-v1.8.2_GH0.tar.gz) = 9e3b744d347f326b7e21b697379173df102139dc13210b9ef55c1ff9659e8843 +SIZE (ethereum-go-ethereum-v1.8.2_GH0.tar.gz) = 9129180
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803072152.w27Lq6N9070611>