summaryrefslogtreecommitdiff
path: root/dev-haskell/executable-path
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/executable-path
parent77398e424e45d9e98c1cef3c43bdadb9d56e81ef (diff)
gentoo resync : 18.11.2019
Diffstat (limited to 'dev-haskell/executable-path')
-rw-r--r--dev-haskell/executable-path/Manifest2
-rw-r--r--dev-haskell/executable-path/executable-path-0.0.3-r1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/executable-path/Manifest b/dev-haskell/executable-path/Manifest
index c66059fba0f8..52146c41e16e 100644
--- a/dev-haskell/executable-path/Manifest
+++ b/dev-haskell/executable-path/Manifest
@@ -1,3 +1,3 @@
DIST executable-path-0.0.3.tar.gz 6619 BLAKE2B 2b452d57c6b9aa64b8ebfd98e19c816afd377ba8a7bda5a23f9e346395bed326775682922d1fcfdf2350cad73cd6ac1f2c21df515d912138985768e1f00d2fb9 SHA512 96be7d997648226d549f80bac2bf49ffb2cf4043cf6ed9a9b175520df9d851599ec1b5f5c60a6ff8d12dadc1037193cebb2d5e0c956433e90cb3d023a46fa987
-EBUILD executable-path-0.0.3-r1.ebuild 557 BLAKE2B 8f1dff3146b7ce9f97d52168b3dd97fb9051ff8be9e8c81a4c8474946259df9177fa47d592ef2bdcf63c177e7e2af301753f60ff8e49352b0e11267bfef18d81 SHA512 35176b16d43d6c406379c1c4bb0f7cc341dc7a190658d6204dc1b76ad13346a7030e97ab4490ac0fe68459ebb095b9fd067a8d2505f9f16b35296745a764f5f7
+EBUILD executable-path-0.0.3-r1.ebuild 549 BLAKE2B 1008b9bb5306455fe0a5dc16ff8d697f998994f00d1113aed112caebf8addc389c0bad4ad00d029d592bc5a357ac74a8feacf3c7249fb21b19f64a24cf8534fb SHA512 45c4b6185da580be2a6f03a51d7f7e8e4e5ba2fa42abcc04e4263e2a0c0f5f4f463b44f4c29a93914762c70b1f1522188edc69c9930ec2490c908b67f2f4cc6d
MISC metadata.xml 578 BLAKE2B 0f95917754165bea918f57494a849d5bbda9cc0cc7bc5dd74d470f278be4690b83f1bdb07ba95e05b89651bb0dbda51a6ca0651fbb3b5cf957b9c5e68ff1238b SHA512 6d8221ddefc24a31f9989c921ec7da9009f8a3259c12ffa7e1262e2030ba3db3007dccbd1a9fce4f0b6ffed7061fbb0eb7e1c348d0c8ce1062a893ce7aaa50d7
diff --git a/dev-haskell/executable-path/executable-path-0.0.3-r1.ebuild b/dev-haskell/executable-path/executable-path-0.0.3-r1.ebuild
index 9f9e6e011d00..bd3ba628abc9 100644
--- a/dev-haskell/executable-path/executable-path-0.0.3-r1.ebuild
+++ b/dev-haskell/executable-path/executable-path-0.0.3-r1.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="Finding out the full path of the executable"
HOMEPAGE="http://code.haskell.org/~bkomuves/"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="public-domain"
SLOT="0/${PV}"