summaryrefslogtreecommitdiff
path: root/dev-haskell/pretty-hex
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/pretty-hex
parent77398e424e45d9e98c1cef3c43bdadb9d56e81ef (diff)
gentoo resync : 18.11.2019
Diffstat (limited to 'dev-haskell/pretty-hex')
-rw-r--r--dev-haskell/pretty-hex/Manifest2
-rw-r--r--dev-haskell/pretty-hex/pretty-hex-1.0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/pretty-hex/Manifest b/dev-haskell/pretty-hex/Manifest
index 9d99135dfee4..0774a3713637 100644
--- a/dev-haskell/pretty-hex/Manifest
+++ b/dev-haskell/pretty-hex/Manifest
@@ -1,3 +1,3 @@
DIST pretty-hex-1.0.tar.gz 2950 BLAKE2B 7fd2049eb42e4e596a54207820d66874620554e72d8f3dae48f5f42b7be089e2b9fe9c9e318a5b13fa4448630a54a7aab3eff593882e6e8df1ed2466a502f35e SHA512 a5ffdecf56b586a23b1243bcace040c7043cc67ced07c5f94d459a2e6a00cade98c70e1480be763ef75946d2aedf87e00d2b653a6f8f23d21cd8e9ab198ea45d
-EBUILD pretty-hex-1.0.ebuild 553 BLAKE2B 0452668aa751f4d013d987e9d2a8927d0f448419919b2a5c4d2ba6a0376bcb8db418e33334544a15e6ded198ffaa399e28a480b7d7bbd4d3afe7d57b548463a9 SHA512 5c93bf7d19910de0b086ab6c9098596284373c1aea145d0193e6fcc37620c9fdee2a665ff28f9002fb95711579f1dfe89fde93f7bb793aad6fa4ac4f0f3c1a1c
+EBUILD pretty-hex-1.0.ebuild 545 BLAKE2B 7009198e26fdb4af4030a3bc1ab74d6a6b916ba9183769bfd018835e00859fe4f84e43529b6e78e083a9d72a798462ef218a19acedf012dc84441c8494682432 SHA512 47292ea3336bc40d4c9749f37b44eadb6ce97f6f996410967b59815d15415cdad165a7beac2a0c3c3fd06090a109ca11202172412cd35b04bd7c35a962ae5e8a
MISC metadata.xml 397 BLAKE2B 0c809f48b3bda3f13fe69824ffadfc45ded78cf4c00e9328793341a10b6d1631fc621a8be95e618b808dc59f47ed9c1a2b0235e89fea087427f90ecf0e1b2657 SHA512 c752a4e15de94c7c408319f92c5ea87131da7b58170c2bfb38632a5f21046093f15c89c49392c19a79d2f3cf44ca7c5a31aca29de738d0fd88f5cf8303062c4f
diff --git a/dev-haskell/pretty-hex/pretty-hex-1.0.ebuild b/dev-haskell/pretty-hex/pretty-hex-1.0.ebuild
index a43870229aed..54b40a90ec71 100644
--- a/dev-haskell/pretty-hex/pretty-hex-1.0.ebuild
+++ b/dev-haskell/pretty-hex/pretty-hex-1.0.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=6
@@ -10,7 +10,7 @@ inherit haskell-cabal
DESCRIPTION="A library for hex dumps of ByteStrings"
HOMEPAGE="http://hackage.haskell.org/package/pretty-hex"
-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}"