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/threads | |
parent | 77398e424e45d9e98c1cef3c43bdadb9d56e81ef (diff) |
gentoo resync : 18.11.2019
Diffstat (limited to 'dev-haskell/threads')
-rw-r--r-- | dev-haskell/threads/Manifest | 2 | ||||
-rw-r--r-- | dev-haskell/threads/threads-0.5.1.4.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/threads/Manifest b/dev-haskell/threads/Manifest index 4867718ebe24..62de027adcaf 100644 --- a/dev-haskell/threads/Manifest +++ b/dev-haskell/threads/Manifest @@ -1,3 +1,3 @@ DIST threads-0.5.1.4.tar.gz 7395 BLAKE2B ca81e06509d5dd9603e6b8affb248eb397040845e0fff26adda91086e08eb2d78982a9342f0d6bb0b3b6aab4ead33b3b26500683e221db60f5833b3ff4c280bd SHA512 4fcce77d88bf5eeb0ef172efec8525327ae11739c89a7d31b775ed686ad943aecb53f8140539262fdc8992b338943e9f905ebf97bc7c01312a12a88ac4c08129 -EBUILD threads-0.5.1.4.ebuild 909 BLAKE2B 10be59723378144f05acae8a262e2c83e632d524afd780eb8dabbc0aa67b87d7ae18649585274911aad0222895d28b5a2c5833fb6f0fb77821e28a3d51fc602a SHA512 dc5e71dd61b09e2d23c69e40d114bac1f2470dde6907faa0c9adeeef7e44fc55d9729b7502dbb0b87876d3f971c8fe5bf79290e8fa941556d4cb1090daf02fe5 +EBUILD threads-0.5.1.4.ebuild 901 BLAKE2B c5d7d73ed743ae4b81c69ab8287537b522ab11a06610b8743f313d7a406ebf6aed5918be01126f2a680ee6383febc95cdba787336607d2539cadc390a57b616d SHA512 495e1fed2c68c2d64191aa3b516e639956895c0f616edc782f2d7b6a1ebcfe64a6861042450600d56a3da3f94fa3862218e34ac121415a869635a26ab70741b4 MISC metadata.xml 1018 BLAKE2B 405986db23ff3277088864efb403b7fa20d998c37a75dcc953b6a0c490d442d469843cf856142e43f2a46ac458b1f7bb6c9e8476ac85e1ea7214cda51552c88b SHA512 b50d6d809ae35893296cf851ecf03c5a5b69342eee6db42ef13907afe224b4d46047b4bd68dafcab51e972a7cbff0e28aa6ed2b1123d1fb9d15dc6b512be564d diff --git a/dev-haskell/threads/threads-0.5.1.4.ebuild b/dev-haskell/threads/threads-0.5.1.4.ebuild index b7c1db28f512..ad308622c9f8 100644 --- a/dev-haskell/threads/threads-0.5.1.4.ebuild +++ b/dev-haskell/threads/threads-0.5.1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 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="Fork threads and wait for their result" HOMEPAGE="https://github.com/basvandijk/threads" -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}" |