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/nginx-syntax | |
parent | 06a7b5647e11a8ddf69b1c3d3ded6a8ba28b923e (diff) |
gentoo resync : 09.03.2018
Diffstat (limited to 'app-vim/nginx-syntax')
-rw-r--r-- | app-vim/nginx-syntax/Manifest | 2 | ||||
-rw-r--r-- | app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/nginx-syntax/Manifest b/app-vim/nginx-syntax/Manifest index 30deb84996c7..136f2e97626a 100644 --- a/app-vim/nginx-syntax/Manifest +++ b/app-vim/nginx-syntax/Manifest @@ -1,3 +1,3 @@ DIST nginx-syntax-0.3.3.tar.bz2 5675 BLAKE2B d642a6f34b10f1f4d32c772a3c434e30cba5a26c03234c76658c15a9216723a12893414699db9c998e31445c658db0d33db0e4967713b2863b73e71a059e09e3 SHA512 0142c9b825b9f9c262145c0d202651f020e5b3f3f3548ecbdd713cf66c5f7098b974e7d16eedfa9d722c2efdfbd9732097bf8b293a610a64c21571ec66a5886d -EBUILD nginx-syntax-0.3.3.ebuild 354 BLAKE2B 381d0b79dfca07bf2cbbdd8e1edf954740baf07ec1159ab9ebb90f989ea6a84bbbd16b9bea5129fd5b73317852f90d9b249dfd207659fb2455d0a8dd3f22e75d SHA512 614d05953ce2b24c92892f396ccc4a7504c23db68e5224bf69b75dcf2f225b180afd2a4a6d235f7d8df1e55fd23d391f57b23570de07e2012c89c13c36f6667a +EBUILD nginx-syntax-0.3.3.ebuild 355 BLAKE2B de8ff25a6ab1c969c10868a3165c9025069667bb2373924aed59d0c69f0d15578328f112e549f82c6b9828710fbb804919c0b8471fca67b9270f79cee3e33f2c SHA512 c098336b0a7932e64eac0d4c7727a3f5c2b557cab8a3a851d409fdb192860bedf26003df23f7d2ee9abe1b8e937153dd79885342295843025c404c8d9803d4e8 MISC metadata.xml 249 BLAKE2B 7ae6eac3ca23edbcbaa6aee682bb4aec155e3166f169eef8e4400e59fa56113ecc3593680d55cc57f08a4a718963dd3d0bb804bd1e8771ed60a4bebaae9db281 SHA512 4051dd059d975d2e1799125f7defbf5a62a168241d8b83d83710592efd60808800951c4fd6da1294044d7e7ec6b757b8d50593fd076696f826dec761e99645c7 diff --git a/app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild b/app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild index 49d15e20d603..0b7197d395bb 100644 --- a/app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild +++ b/app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -6,6 +6,6 @@ EAPI="5" inherit vim-plugin DESCRIPTION="vim plugin: Nginx configuration files syntax" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1886" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1886" LICENSE="vim" KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux" |