diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-03-09 16:53:27 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-03-09 16:53:27 +0000 |
commit | 80208fb578cf92cc308906660ca6d7860c6b2a1f (patch) | |
tree | 6f06818031b553c506fc10dfe9908a835df288aa /app-vim/easy-align | |
parent | 06a7b5647e11a8ddf69b1c3d3ded6a8ba28b923e (diff) |
gentoo resync : 09.03.2018
Diffstat (limited to 'app-vim/easy-align')
-rw-r--r-- | app-vim/easy-align/Manifest | 2 | ||||
-rw-r--r-- | app-vim/easy-align/easy-align-2.10.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/easy-align/Manifest b/app-vim/easy-align/Manifest index af5c278402cb..f8fe5d8d2030 100644 --- a/app-vim/easy-align/Manifest +++ b/app-vim/easy-align/Manifest @@ -1,3 +1,3 @@ DIST easy-align-2.10.0.tar.gz 20056 BLAKE2B 3319cfc84147a3cfb0c7109dbb9116c94b734da528623944e2546667ac45e5d912e404c8c94df963002e7789760ba8fa7023e98cf22c1201bedbe8f667b1d13d SHA512 4a6a46db96b78d830fc0191b77b2226e9c1a2de585b731d1997f69ee31c8c76038ceb14f18e13f30fee00b5ce9ca7aed4241db06cac303b8ae903a856e4baabd -EBUILD easy-align-2.10.0.ebuild 550 BLAKE2B 9aa900a06d9cfa11e4fa03631b633925f924726ca84a8525d9129e57b42de9dffe23a6eda088bd3c3be075d80bec3352d5084d01eacaed68463d5685b12c518f SHA512 0e9498a552059cae6508ff0e06e8d5cacb70f8c96f6db014a61831e59a7fbe49322f6ec644b42fe3b87143180c00017964368ca95924f423beaa14d2a515c0fe +EBUILD easy-align-2.10.0.ebuild 551 BLAKE2B e802d9157674c57d00f502f4e17babf34bfd039f2df5890b64ff91ef87fa312d11c784b14d65d9f006d9f18fe8a31f20b3101f37c74c10fa66c3e023e8cc0909 SHA512 d7cc1c6432630f3db2342c64d04d660506c3d2b721865dcbae625ec945ffdb0a2b93bcac5cb4f5ae7503466018beccede4f492ddd56e2d1f0f59ac6c26a0eb03 MISC metadata.xml 347 BLAKE2B 21be1fa0f775c2734cede9e1e5ffd6bd2a23681a16a6361689a927ae4871ed3df26592c87da7e8e8771242fdf496baa0647fee36d007c356e60bd190d2a9ba62 SHA512 4b687e38ddec009ffc0ab3effb0f1d4d46d8a576812b73f3526bf13f0facef23525b75765ac7c56e9c541d66b0cbdb1f3f46a0907d3688f91576cd0a6bb67c92 diff --git a/app-vim/easy-align/easy-align-2.10.0.ebuild b/app-vim/easy-align/easy-align-2.10.0.ebuild index 22705144e805..e13cbff4ce51 100644 --- a/app-vim/easy-align/easy-align-2.10.0.ebuild +++ b/app-vim/easy-align/easy-align-2.10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ MY_PN=vim-${PN} MY_P=${MY_PN}-${PV} DESCRIPTION="vim plugin: a simple alignment plugin" -HOMEPAGE="https://github.com/junegunn/vim-easy-align http://www.vim.org/scripts/script.php?script_id=4520" +HOMEPAGE="https://github.com/junegunn/vim-easy-align https://www.vim.org/scripts/script.php?script_id=4520" SRC_URI="https://github.com/junegunn/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" KEYWORDS="amd64 x86" |