summaryrefslogtreecommitdiff
path: root/dev-haskell/punycode
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/punycode
parent77398e424e45d9e98c1cef3c43bdadb9d56e81ef (diff)
gentoo resync : 18.11.2019
Diffstat (limited to 'dev-haskell/punycode')
-rw-r--r--dev-haskell/punycode/Manifest2
-rw-r--r--dev-haskell/punycode/punycode-2.0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/punycode/Manifest b/dev-haskell/punycode/Manifest
index 9871b43d0457..806575f83dd6 100644
--- a/dev-haskell/punycode/Manifest
+++ b/dev-haskell/punycode/Manifest
@@ -1,3 +1,3 @@
DIST punycode-2.0.tar.gz 6243 BLAKE2B b6a0b5123ea3dbd8b8c28ea56b4cf7425962011224549ece1c3c2c5b6a951e7e8c76c46f33a548f43ec650a42ef98f373769f623b4094ab6e222f5e2b91ce621 SHA512 106ee29667582f0341b993b8fd888046e70aff02bf9a31fb883488ed0f1fe346ae6dacd60ceacf088c056b50cb99d633322f066be391585af9c37fd8e5e4ff44
-EBUILD punycode-2.0.ebuild 792 BLAKE2B e563db2b1ba1044f35fd7f57a747f4d407d48030a01459b94901177f0ad4bcd6e11ac7e41a08fcf4240a777ff320a474b4ec0dbd8bf8bd933fa77819b9d97842 SHA512 e0da9722ae6ced37aaa46e32ef5dcdead94195561718c30d68975573eaf05383442fd6a71915c1ed6ac503600c80f50f4939fc81c58855c6fb4183cb9e8dc2c5
+EBUILD punycode-2.0.ebuild 784 BLAKE2B b11a6690b9b58febec4ff767638f4862d85593d6ef6a74a1a1c74165a0fdd8de8764d399b803c5076dd782d45afa55b49a62f114718855dec784a03829b07cc0 SHA512 5fa75026930bcdd6edfe374a18d1ddb084aee3ead46155a19aab32204378348a03380900172c2f6d316d5dbd9df9bf736dae048024550b23f153f5b119f25e9d
MISC metadata.xml 640 BLAKE2B 471d4516143eb307d40d70cc7675bc6021ead59615a2f27dadad6daa7214225dc74ec87d192779bef70f74aa83da849b6a66faa4bb8185dd5935deae8fcaf4e9 SHA512 8b6a12f34e2649b090b1effb5acdf18f600132a879393560d0d99b9f887047efb2804bb36a244da51def9c3e662de5604f1bbe93d896bcc3c0ffb376edaaa149
diff --git a/dev-haskell/punycode/punycode-2.0.ebuild b/dev-haskell/punycode/punycode-2.0.ebuild
index 6c7cdca0629d..305a6f0ba14a 100644
--- a/dev-haskell/punycode/punycode-2.0.ebuild
+++ b/dev-haskell/punycode/punycode-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="Encode unicode strings to ascii forms according to RFC 3492"
HOMEPAGE="https://github.com/litherum/punycode"
-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}"