Skip to content

Commit

Permalink
net-p2p/go-ipfs-bin: version bump to 0.4.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
stkw0 authored and monsieurp committed Dec 8, 2017
1 parent 0fabbec commit f4fd089
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
2 changes: 2 additions & 0 deletions net-p2p/go-ipfs-bin/Manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ DIST go-ipfs_v0.4.11_linux-386.tar.gz 10036071 SHA256 e5929c5cdf3a48158b06c465a9
DIST go-ipfs_v0.4.11_linux-amd64.tar.gz 12578502 SHA256 a638ac436597ba20b1a25b289b8c89cfa31a1fc7399de66a35ba04e45562b482 SHA512 b30772902c82b1ef7271e1e498133f2e605763a648674967e27e71d5c098dbcae227852da652018f6beac984371b04b9fa77b90286dbbb3f39b6efa2a181c5f0 WHIRLPOOL d0c848f67d1b9241c680f2ff280d9bd57af5a8b383224826dcc9de9a3a574094ed946f91aaab918e3be9c6d85e54cafe4bede338dbd88590697d6f75859acb1f
DIST go-ipfs_v0.4.12_linux-386.tar.gz 10093462 SHA256 652e881b61e4f23a9b28eee42da7034cba5f5abd0c985492cbbee747dd5b7433 SHA512 7d6b0b07a4536c2697c8185a252967fd239e3c61f1e0429f1893be44b19ed790721ceba0cf165bf88c58dafed37dbc5712292f0c3a04ab734f681b84907fc149 WHIRLPOOL d2dae454ba2ed65bd12104849b0e90cb1d8b82a697b16d19cb0be85361c3ef22fe29b1ed648f96276bc9a1ce2a044b3db5016b6f50032edcd7ad924630605057
DIST go-ipfs_v0.4.12_linux-amd64.tar.gz 12640731 SHA256 da0f78445656379d6704d7d1e52245ce6d21cfdbc21b5238dcfd49beb74a1d0a SHA512 6fef8d9cb0660cb4ecb9cb0148a5a9ee69d2d5ddbf903961e8097d4c2e45af468885fa2060f378b9abf826da7e0cc0fa375639f25c11fe623ea43949907e06dd WHIRLPOOL 4203790e5de44fab5454366518dcd898ec91e5656ddf86597c6ef34399423eeefd7acd801a09ba9e2914a232bc9459851741d9a6da8cfe9d4f2b03bee3624886
DIST go-ipfs_v0.4.13_linux-386.tar.gz 10092376 BLAKE2B 244d964402162d6de667e8c8b51a8a05f230916dc6048b5fd9b71b9776f26e775791eb80c3e02c7c6e730bf77fa6828cc7067e6070877e716d7e63439f481e36 SHA512 4d0c54e094a0566be8dec1dae5f99264dcf039d92a6f757b6e95b98b1d60f35d6a226a130b02ff2be74875f8d6e283e8535666a011b6c940b91f0fe0c03b8d24
DIST go-ipfs_v0.4.13_linux-amd64.tar.gz 12635297 BLAKE2B 984dc455668fc9c5cd3b301978b0639f1c2dcb22e6091d351d6ff021aca427ae06801ab814eb497ce6b597f8fcdbcdd7f8764334220ae1dcacda4ce2d9a314ae SHA512 b1c8a8ed5f9857f421dd1dc082492a39dc517b6306184762b3161af0c81f22d9e17720a4a459e94f369a6c0664da37f0516b1cea07ca742d9dd4305537e416b2
25 changes: 25 additions & 0 deletions net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.13.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DESCRIPTION="go-ipfs is the main implementation of IPFS."
HOMEPAGE="https://ipfs.io/"
SRC_URI="amd64? ( https://dist.ipfs.io/go-ipfs/v${PV}/go-ipfs_v${PV}_linux-amd64.tar.gz )
x86? ( https://dist.ipfs.io/go-ipfs/v${PV}/go-ipfs_v${PV}_linux-386.tar.gz )"
# Also available arches:
# arm? ( https://dist.ipfs.io/go-ipfs/v${PV}/go-ipfs_v${PV}_linux-arm.tar.gz )

LICENSE="MIT"
SLOT="0"
KEYWORDS="-* ~x86 ~amd64"
IUSE="+fuse"

RDEPEND="fuse? ( sys-fs/fuse )"
S="${WORKDIR}/go-ipfs"

QA_PREBUILT="/usr/bin/ipfs"

src_install() {
dobin ipfs
}

0 comments on commit f4fd089

Please sign in to comment.