summaryrefslogtreecommitdiff
path: root/dev-haskell/psqueue
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/psqueue
parent77398e424e45d9e98c1cef3c43bdadb9d56e81ef (diff)
gentoo resync : 18.11.2019
Diffstat (limited to 'dev-haskell/psqueue')
-rw-r--r--dev-haskell/psqueue/Manifest2
-rw-r--r--dev-haskell/psqueue/psqueue-1.1-r1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/psqueue/Manifest b/dev-haskell/psqueue/Manifest
index b2554cb6438c..d88ed0d2c8d2 100644
--- a/dev-haskell/psqueue/Manifest
+++ b/dev-haskell/psqueue/Manifest
@@ -1,3 +1,3 @@
DIST PSQueue-1.1.tar.gz 6280 BLAKE2B 5810404fa4cb93814987215b8ab4177540647ddb4e2d8678d53529e2539edb441fcc25cff26e9037ca6fb37c709b9dfd4e34a19d0d716e10270849ea297fda81 SHA512 34fbd599b7fc47aef8952db79c848f4b50716d2d900b1d8274733ad4c7382d41a0407159e89af9828355c618412c626e4384f2e7461396b51cf866d9b8cfdb0d
-EBUILD psqueue-1.1-r1.ebuild 602 BLAKE2B e4017909cd44cff970620247b716313f89215d2625f71ca340e3384111267c74bbc64290e58c19eda5019ed9bd9c22b85ff92b7894409508bb43f3f10327c674 SHA512 9d717926e0219b292654589d29c9ca08403ccb47f4245109403c83f46563ba0da8bd8f8dcf0d2929ecf53a965eaae327302b3f4b803232c8021653e9f529dad1
+EBUILD psqueue-1.1-r1.ebuild 594 BLAKE2B 021490a5e9c64a29a276ae039111f54f24a82bf90c56be0e1292c916fb2f707d07a92b87dd8c6cdc253e3a54cf8f9f88a3f7a2e404f81efac804983340a6f5dc SHA512 9555b208bac197a49d021ca512089d2eaa9e637f53403043f96398af6f056ca495e8c381833fa8730782bd87d3baae26e8ed25566b2266af2d8e607982fdc241
MISC metadata.xml 691 BLAKE2B 78baa032bd5a89295ca70ddf36cf475c41f60a265f714814dcb53c066e69eec6ab8f02f5776f26af6c0f96d5419dbe3244027a87ccf1689da7a015fa458a3f47 SHA512 98fedd95dda5a745ff464cff72dde0571a7a2156f8c9cde1124e3789b71059ac117d955d3891a9356cd78ff4cd2b9c5c9712ed7668637612e935062a40735fb9
diff --git a/dev-haskell/psqueue/psqueue-1.1-r1.ebuild b/dev-haskell/psqueue/psqueue-1.1-r1.ebuild
index b71627525966..f788b4fcdcf0 100644
--- a/dev-haskell/psqueue/psqueue-1.1-r1.ebuild
+++ b/dev-haskell/psqueue/psqueue-1.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -13,7 +13,7 @@ MY_P="${MY_PN}-${PV}"
DESCRIPTION="Priority Search Queue"
HOMEPAGE="http://hackage.haskell.org/package/PSQueue"
-SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
+SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"