diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-03-18 12:40:57 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-03-18 12:40:57 +0100 |
commit | 9e61e7a2a059c00c9797e052451e4e968d225cdf (patch) | |
tree | b6ddf505f4b6e592f574fa19c2b393d266f7981a /dev-python/crcmod | |
parent | dev-python/pytidylib: Remove old (diff) | |
download | gentoo-9e61e7a2a059c00c9797e052451e4e968d225cdf.tar.gz gentoo-9e61e7a2a059c00c9797e052451e4e968d225cdf.tar.bz2 gentoo-9e61e7a2a059c00c9797e052451e4e968d225cdf.zip |
dev-python/crcmod: Update SRC_URI
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/crcmod')
-rw-r--r-- | dev-python/crcmod/crcmod-1.7-r5.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/crcmod/crcmod-1.7-r5.ebuild b/dev-python/crcmod/crcmod-1.7-r5.ebuild index c622f0be197d..6c811d05d424 100644 --- a/dev-python/crcmod/crcmod-1.7-r5.ebuild +++ b/dev-python/crcmod/crcmod-1.7-r5.ebuild @@ -10,7 +10,9 @@ inherit distutils-r1 DESCRIPTION="Python CRC Generator module" HOMEPAGE="http://crcmod.sourceforge.net/" -SRC_URI="mirror://sourceforge/crcmod/${P}.tar.gz" +SRC_URI=" + https://downloads.sourceforge.net/project/crcmod/crcmod/${P}/${P}.tar.gz +" LICENSE="MIT" SLOT="0" |