dev-db/etcdctl: Bump 3.3.1 to 3.3.2

This drops the Go version specification since it never worked.  It
needs to be defined before importing the eclass to have an effect.
Pinning the build to upstream's tested Go verion is likely not as
important for the client program as the server, which is run in a
container anyway.
This commit is contained in:
David Michael 2018-03-11 11:45:13 -04:00
parent 2006eb7b65
commit 38969cd7e8
2 changed files with 1 additions and 2 deletions

View File

@ -1 +1 @@
DIST etcdctl-3.3.1.tar.gz 3381899 SHA256 b00e0945bf4a99d88501b842b398c76d82ec45d02a00d7c203884b1ae3b75187 SHA512 14af3bd4de63570da8bc27fa931982294c7037edf98a9512abc0e396baddbd05fff7525d17013bc1782a622e4850e216368e7c620863a22aec0739d7ffdb5bd6 WHIRLPOOL 5a4314ce0224b9d8ac22965675c848016eaf4a9aaf8234dd7ddcef1a15e9403df3af60bfb6c3f70d9c094d1368ced0c562c7776d6f4dc74d0b74ee96c4e00cd5 DIST etcdctl-3.3.2.tar.gz 3385493 SHA256 5cdea1f091d8fa1657f73a7f8e5c070581b92ebd919976b85492e5e796b2944a SHA512 6320a49dddac527312b75c113428c52c27e0516b7d7235ceddf3009c2edbdc509d2ec425859c5d57591b55109e04aa9737dbe7d1337a6c2307936fa372f8a28a WHIRLPOOL f9082847c1855a009243b3614e2912b2b6a6039c66a7d9f1072fba90d076a24ae7ae77814746cee3e7bbdd5076780562fcf99e8957ef4292a6f8b323a37257ae

View File

@ -10,7 +10,6 @@ HOMEPAGE="https://github.com/coreos/etcd"
SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
inherit coreos-go golang-vcs-snapshot inherit coreos-go golang-vcs-snapshot
COREOS_GO_VERSION="go1.9"
LICENSE="Apache-2.0" LICENSE="Apache-2.0"
SLOT="0" SLOT="0"