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/cipher-blowfish | |
parent | 77398e424e45d9e98c1cef3c43bdadb9d56e81ef (diff) |
gentoo resync : 18.11.2019
Diffstat (limited to 'dev-haskell/cipher-blowfish')
-rw-r--r-- | dev-haskell/cipher-blowfish/Manifest | 2 | ||||
-rw-r--r-- | dev-haskell/cipher-blowfish/cipher-blowfish-0.0.3.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/cipher-blowfish/Manifest b/dev-haskell/cipher-blowfish/Manifest index bdb46d873138..dde37cb673dc 100644 --- a/dev-haskell/cipher-blowfish/Manifest +++ b/dev-haskell/cipher-blowfish/Manifest @@ -1,3 +1,3 @@ DIST cipher-blowfish-0.0.3.tar.gz 12876 BLAKE2B 56eb4c925055b8ddac187ad36a7f1fb2f28ff337812eef81fadeb5cd519df6fdd8e41b0047d4e15eea5e567c0440ca5c5c9fb65887b3687d85f9a8fae68308fe SHA512 5fcccde71c1324b34e54c01c41d878150ab8db48728d1bfc21406eda58e4a363de8397f395eaa25a6fb26e4d8c95683abafe0c6bf42d7853db07d768ed245cc0 -EBUILD cipher-blowfish-0.0.3.ebuild 913 BLAKE2B f20b490131b08cdc5c8e918382e86a281f28275e39d1013965741f3640ba83abec38355305b5c0b9c1501ea2ec75e87206dd22bbad91ed10802442c18bd1ab4e SHA512 b32109b7663cfc58177245a0cdfc155b6cf978da80f0bb4e0fbaac3e3c346ef2a354aaab94c83025d7eb32c35a0ea39d8e6d294c17254d9bf485818bae38f5c8 +EBUILD cipher-blowfish-0.0.3.ebuild 905 BLAKE2B a2c815e3302b880a904e07857f26c3833edfb9074738a481bf0ee4680f5398a0405a0e24ff6731c596020b1455e9aa2b8523bcdf02e048af709debb196837442 SHA512 97f783a262f876b0cbac8d338c869f0c29784cb0b4eeb12f84fe3f2d83e7006459129bb15a4f5a651676660010a89f03d67aca6ceabfc359be77dfe41c294387 MISC metadata.xml 408 BLAKE2B 9c472f3cb9f87473130090ec2540adb6cab96a52f1a65312e2dc81a52205f295960aa3115cbdcd452697028401727327cc7f912ce67fac1287b4479178ecddcf SHA512 2bd4a2e2002e6eee912a1752cd5f410cf11e0a47dc21de116f832aac90f715afc5e32b4d8a37866a095ec73bab6f1a13d3acb92f9353791dde32eeaf1a08fc67 diff --git a/dev-haskell/cipher-blowfish/cipher-blowfish-0.0.3.ebuild b/dev-haskell/cipher-blowfish/cipher-blowfish-0.0.3.ebuild index f34e3c4e54d0..fabcfa72dc54 100644 --- a/dev-haskell/cipher-blowfish/cipher-blowfish-0.0.3.ebuild +++ b/dev-haskell/cipher-blowfish/cipher-blowfish-0.0.3.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="Blowfish cipher" HOMEPAGE="https://github.com/vincenthz/hs-crypto-cipher" -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}" |