net-libs/libsignal-protocol-c: fix bad distfile name
authorAndrey Utkin <andrey_utkin@gentoo.org>
Mon, 14 Oct 2019 22:48:24 +0000 (23:48 +0100)
committerAndrey Utkin <andrey_utkin@gentoo.org>
Mon, 14 Oct 2019 22:49:35 +0000 (23:49 +0100)
It used the filename "v2.3.2.tar.gz".

Thanks to repomirrorci@gentoo.org.

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
net-libs/libsignal-protocol-c/Manifest
net-libs/libsignal-protocol-c/libsignal-protocol-c-2.3.2.ebuild

index 8f25efb7ff5f14ad50b5c1c09d82081614e81587..30e24eebe94c1b5bcbb4d632bb80058a5c0ea440 100644 (file)
@@ -1 +1 @@
-DIST v2.3.2.tar.gz 271930 BLAKE2B 43e1e384f9f3a81f582445e5f1f10875948b33607aa7feaf98f4b6cc41f5fd30ca9fb7c8426ef66f93cd46a662eb4a57002f5937d68f6fd2fcf0b30b33c60997 SHA512 7c63c42b9a590ed1a60a6f0094668d9948aa04e5965d052c22ae22b176df7c5582b8ec5c0e6c01ad582dfe2b04067380b9734ad08c64785242e90abcdabdfb8d
+DIST libsignal-protocol-c-2.3.2.tar.gz 271930 BLAKE2B 43e1e384f9f3a81f582445e5f1f10875948b33607aa7feaf98f4b6cc41f5fd30ca9fb7c8426ef66f93cd46a662eb4a57002f5937d68f6fd2fcf0b30b33c60997 SHA512 7c63c42b9a590ed1a60a6f0094668d9948aa04e5965d052c22ae22b176df7c5582b8ec5c0e6c01ad582dfe2b04067380b9734ad08c64785242e90abcdabdfb8d
index 608df011d35b59a7df8fee9703528ea56a96d8d6..fc1c8f6ae91c9ca7c4073e810b306dcf5275f695 100644 (file)
@@ -7,7 +7,7 @@ inherit multilib cmake-utils
 
 DESCRIPTION="Signal Protocol C Library"
 HOMEPAGE="https://www.whispersystems.org/"
-SRC_URI="https://github.com/signalapp/${PN}/archive/v${PV}.tar.gz"
+SRC_URI="https://github.com/signalapp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 KEYWORDS="~amd64"
 
 LICENSE="GPL-3"