diff options
author | Anthony Ryan <anthonyryan1@gmail.com> | 2016-02-08 14:39:02 -0500 |
---|---|---|
committer | Dirkjan Ochtman <djc@gentoo.org> | 2016-02-10 19:13:28 +0100 |
commit | dc8df6f627351228b0a74075d03c23d219863ee6 (patch) | |
tree | 74e9d5df694c2cff189d399716c86de3414bb566 /net-p2p/syncthing | |
parent | net-p2p/syncthing: add Jonathan Vasquez as a maintainer (diff) | |
download | gentoo-dc8df6f627351228b0a74075d03c23d219863ee6.tar.gz gentoo-dc8df6f627351228b0a74075d03c23d219863ee6.tar.bz2 gentoo-dc8df6f627351228b0a74075d03c23d219863ee6.zip |
net-p2p/syncthing: Version bump
-version was specified with an incorrect format that
prevented syncthing from launching.
Also add -no-upgrade telling it that we'll manage
updates with an external package manager.
Removed the old ebuild because it was broken anyway.
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-p2p/syncthing')
-rw-r--r-- | net-p2p/syncthing/Manifest | 2 | ||||
-rw-r--r-- | net-p2p/syncthing/syncthing-0.12.18.ebuild (renamed from net-p2p/syncthing/syncthing-0.12.17-r1.ebuild) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/syncthing/Manifest b/net-p2p/syncthing/Manifest index 2e988054c55a..127d57363bf3 100644 --- a/net-p2p/syncthing/Manifest +++ b/net-p2p/syncthing/Manifest @@ -1 +1 @@ -DIST syncthing-0.12.17.tar.gz 4046320 SHA256 e9ac76e28423ac9d01c29b560ea6c4c61e881dd706676eb07d66aa5993310c60 SHA512 9c0e3bc0e23d2ec8ef9c888dc66cdc1aeac07bbffd03d4eae00539215cf0798db83da2b607b6570880bc941a8eac0b07c9b0257ad16546ebf63056a37807186b WHIRLPOOL 055a799cf5d544c11167fa11c1304a3a2978557578052a1392efa19ad363182a310401e3024317a7101859fa83647e79e6cc3559c12e79371a1135a22708d810 +DIST syncthing-0.12.18.tar.gz 4046127 SHA256 e0d1af4f29c9e2325507a7daf4bf97098c87c321a7e075125b66ddaa34b37eb4 SHA512 2f2351a983b3d384e9fe65c87d67b81f20fc20b7b43b8d2fab882131bd4e4119f0cf099571d617f22f0125c43224c653e93329392204f3e0ff6c6a3bba7d8263 WHIRLPOOL cfe491241e9ef4ebd19042a3cc3188771cf64d67c0faa29feda7da5980f86a38c1e284938074271e25bbfb881eca1ca56f237bf81a61be4d836287cbfab27eb2 diff --git a/net-p2p/syncthing/syncthing-0.12.17-r1.ebuild b/net-p2p/syncthing/syncthing-0.12.18.ebuild index 679860a8f5cb..ee3fa53fe52c 100644 --- a/net-p2p/syncthing/syncthing-0.12.17-r1.ebuild +++ b/net-p2p/syncthing/syncthing-0.12.18.ebuild @@ -24,7 +24,7 @@ RDEPEND="" src_compile() { export GOPATH="${S}:$(get_golibdir_gopath)" cd src/${EGO_PN} - go run build.go -version "${PV}" || die "build failed" + go run build.go -version "v${PV}" -no-upgrade || die "build failed" } #go test: -race is only supported on amd64 platforms |