summaryrefslogtreecommitdiff
path: root/dev-haskell/crypto-random-api
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-18 10:15:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-18 10:15:03 +0000
commitb284a3168fa91a038925d2ecf5e4791011ea5e7d (patch)
tree16fe44748708acacd909d4e2e160a09a7f6d936a /dev-haskell/crypto-random-api
parent77398e424e45d9e98c1cef3c43bdadb9d56e81ef (diff)
gentoo resync : 18.11.2019
Diffstat (limited to 'dev-haskell/crypto-random-api')
-rw-r--r--dev-haskell/crypto-random-api/Manifest2
-rw-r--r--dev-haskell/crypto-random-api/crypto-random-api-0.2.0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/crypto-random-api/Manifest b/dev-haskell/crypto-random-api/Manifest
index 3578b5fa44a8..59a9a1d59832 100644
--- a/dev-haskell/crypto-random-api/Manifest
+++ b/dev-haskell/crypto-random-api/Manifest
@@ -1,3 +1,3 @@
DIST crypto-random-api-0.2.0.tar.gz 3397 BLAKE2B b0a895186bf6c4f9487777eb7a86404d5972fa5af6002f2692a234ff608fe6c4f28f2d6cd69f2fe4c60953f2fdf67aad5293ffc7396b729e478bb59fa060c416 SHA512 8f7df05e54e053456e3ebe9394b19beb2a37dfed30cfb5fb673f591415dc6fabe105af51e838fbe73ef078906d94562080ca465b0c6b4e1537bd4a6e066244f7
-EBUILD crypto-random-api-0.2.0.ebuild 613 BLAKE2B c4d101f997e3c6a827aaa3da072c0bb4f5d71cecf0c0a726b5df92e69616b41b8c50919aa2e9a239e62704e10ac4ab1f86be15cc07ad5bfdae7ba9995773ef64 SHA512 11ce52894da027cea5edf8113ba166fc14108cd629b43146aabf5700b59367968754d3645bf2515eadbb7a1008644e761c4f763be1f6c43236905c8056f4de1d
+EBUILD crypto-random-api-0.2.0.ebuild 605 BLAKE2B 7da4be99a57b00affdb952e628bc4ca56b6610400b5956d16e06ee40db4e15b5dc758df719f174688ff939e5d0c1608122b591dd81341d8bfed47c3a89c9517d SHA512 66606b1ad2cec5ad91c7780fd8f085be3f07dc7a26f35651377f8f68c41b80afae33a4d1813a92d7088beb2430dfbea0669400ee7c5b3d30ffc427d18c22eb9a
MISC metadata.xml 444 BLAKE2B 0c69bca996e3e34a0e1c366baeb5736f9198d2a5a3cfdd165184f32ea4c64a1a70550ac4715300c8bce85fa28d115982f0bd738307e857518aca8f2abadffded SHA512 6d0c299740c05ed2abf8b0f5879f037f516ba7e1940e4e43edd7fa39e786be57313d6aab20ee3ad25afb64c0552484b00a2589b603276d9162b11dc27df993e1
diff --git a/dev-haskell/crypto-random-api/crypto-random-api-0.2.0.ebuild b/dev-haskell/crypto-random-api/crypto-random-api-0.2.0.ebuild
index cdef3a8e524b..0702d0576abf 100644
--- a/dev-haskell/crypto-random-api/crypto-random-api-0.2.0.ebuild
+++ b/dev-haskell/crypto-random-api/crypto-random-api-0.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 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="Simple random generators API for cryptography related code"
HOMEPAGE="https://github.com/vincenthz/hs-crypto-random-api"
-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}"