diff options
Diffstat (limited to 'sci-libs/volk')
-rw-r--r-- | sci-libs/volk/Manifest | 2 | ||||
-rw-r--r-- | sci-libs/volk/volk-2.4.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/volk/Manifest b/sci-libs/volk/Manifest index c5a0c7cbc06c..f1d0c41bae6b 100644 --- a/sci-libs/volk/Manifest +++ b/sci-libs/volk/Manifest @@ -1,3 +1,3 @@ DIST volk-2.4.1.tar.xz 315072 BLAKE2B 1ce1d220f9e1e9251332fb6caf7d72eaf3db85009a49434edbf6490b02ab016c4b1eb8677f0e5f446f5783615f2256710621b1806684dffeb1ff441756e4a635 SHA512 7c16a5d750cdea2927c3b08dcad29e19f10932a3b7b35cb25ecc66554d7e441c95906a4746fcf62f895709aee1191f1bb91189c3509b444b6b4ba37a306f9909 -EBUILD volk-2.4.1.ebuild 1015 BLAKE2B 10b82c48ac5ba097e13dc035da145d377a8d6d139697c3f50333c4d9752a9640ecacfc068805f51a25ba8753bef301e259e31dc31b580f8ce455fb9831201d47 SHA512 86d04659f916ac06c64fb2b593bf532269ce4dc4b7403357c4d0e78c1c5b9398195486e9bbdff23c3f40896dab513fd9b10b78215805b549a6128d4147142548 +EBUILD volk-2.4.1.ebuild 1000 BLAKE2B fd51281cbcc3f295e10573db829bb993ca73343b99155d082f59f5e0184e5b88ce5cdc1b36593de33b02b610d65fd6afe0b5537a2a8ee8ed2c0fd9b2a2364894 SHA512 10fb2c867f0fbb1827890142e9870004796c820c2622c0a8c57c8de04086416994ebd46c8bee1b30d80e2373be6e8b3010a2bf911b1c1da1e15affd1827b3a79 MISC metadata.xml 247 BLAKE2B 0aa7491a8e9a68ed7ad1c53c8442fd44a9dbdfbd7ef0662e838195b44ce72a77f5dc3b846cf9951bb61de78e05aac37649b78dd4c27e304780e1223d607a4252 SHA512 3344e220b20caad7bc32141ad5d51630ff0738ab14608334576638297fdd2a48d5169ef54fb33e36d27bd448d92f8ef9e41880df388521efd4a2c58d102c7c69 diff --git a/sci-libs/volk/volk-2.4.1.ebuild b/sci-libs/volk/volk-2.4.1.ebuild index 2450491ce80e..625970715011 100644 --- a/sci-libs/volk/volk-2.4.1.ebuild +++ b/sci-libs/volk/volk-2.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ inherit cmake python-single-r1 DESCRIPTION="vector optimized library of kernels" HOMEPAGE="http://libvolk.org" -SRC_URI="https://github.com/gnuradio/volk/releases/download/v${PV}/${P}.tar.xz -> ${P}.tar.xz" +SRC_URI="https://github.com/gnuradio/volk/releases/download/v${PV}/${P}.tar.xz" LICENSE="GPL-3" SLOT="0/$(ver_cut 1-2)" |