diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-11-18 10:15:03 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-11-18 10:15:03 +0000 |
commit | b284a3168fa91a038925d2ecf5e4791011ea5e7d (patch) | |
tree | 16fe44748708acacd909d4e2e160a09a7f6d936a /dev-haskell/cryptohash-conduit | |
parent | 77398e424e45d9e98c1cef3c43bdadb9d56e81ef (diff) |
gentoo resync : 18.11.2019
Diffstat (limited to 'dev-haskell/cryptohash-conduit')
-rw-r--r-- | dev-haskell/cryptohash-conduit/Manifest | 2 | ||||
-rw-r--r-- | dev-haskell/cryptohash-conduit/cryptohash-conduit-0.1.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/cryptohash-conduit/Manifest b/dev-haskell/cryptohash-conduit/Manifest index 754a6f037ed5..6f1e44578047 100644 --- a/dev-haskell/cryptohash-conduit/Manifest +++ b/dev-haskell/cryptohash-conduit/Manifest @@ -1,3 +1,3 @@ DIST cryptohash-conduit-0.1.1.tar.gz 2318 BLAKE2B 3bc4d926d020b899c34169211b4b74394260e222e098d5afbc886898a45205b13cb89661699ae169f20a8ac092439463e74b5dffeb65131b891126ece5e80c6e SHA512 6382a05b35bae34b53fd1ad6d897c25ca149ed852360c8f775587efcd3c29e45ff854f96ddbc9b446e04a4dd5698b1f5e2af754345f7d5af8f587b73b57fdec0 -EBUILD cryptohash-conduit-0.1.1.ebuild 722 BLAKE2B 555832da9f2083ca4a230da152fda1230e27f75f7648886a39c126e69a20690906bda31c83dc37eb5467c7a611e49406e5ff77df7d107743b2b279d0067b526a SHA512 962026a0f8a8ec0206b98c62e8903b489eb761d45727afc4f3d33becf967139d39aa09ff9c5bc04305a2ff0b7c37d83de8a3bc4e4ac24af3e0418e20493e936b +EBUILD cryptohash-conduit-0.1.1.ebuild 714 BLAKE2B 6b089b23a741a8628e3150329217f2dad94e12b212d122fae6130d23a01e2992816be7d617fb54ad3427b8325febf8e372b90cfe98dd86017551c1083c48bb03 SHA512 d7f95a5294379fdaf40dcfd9fc513dfb896cacd06de8ee7d3a12255fcd12ebf5058dcccf33028318b59b6ca3f4e1573c97903427f779460d00b7e899e7b9a19c MISC metadata.xml 468 BLAKE2B 8032283c0f6fe821212914f4da082d8b9fab6511c99e4087fd77ea30cbf8c75b5704373976e50a8ac6f8df126ae323044c0aef915f11a68a9ba07715a5b879e9 SHA512 3ae24a3559e8e7acabb915fcbebf65fa22a9620aa2bb3b1c22e3ca428585dd973c01ac750616f230ac3547af8b968e756eef1b3a75785cc86d4a6e19361e9c43 diff --git a/dev-haskell/cryptohash-conduit/cryptohash-conduit-0.1.1.ebuild b/dev-haskell/cryptohash-conduit/cryptohash-conduit-0.1.1.ebuild index 88a2a8260dca..60b957aa809c 100644 --- a/dev-haskell/cryptohash-conduit/cryptohash-conduit-0.1.1.ebuild +++ b/dev-haskell/cryptohash-conduit/cryptohash-conduit-0.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ inherit haskell-cabal DESCRIPTION="cryptohash conduit" HOMEPAGE="https://github.com/vincenthz/hs-cryptohash-conduit" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" |