diff options
-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 |