diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-04-11 05:38:21 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-04-11 05:38:21 +0100 |
commit | d6260e76da0a436affc6839e470dd8619841cadc (patch) | |
tree | ca1df2a7c2e422ab51b16244374ae8ba94ab784e /app-vim/tagbar | |
parent | 6990d0600970cefe6aa2c17668f9028b08d23441 (diff) |
gentoo auto-resync : 11:04:2023 - 05:38:21
Diffstat (limited to 'app-vim/tagbar')
-rw-r--r-- | app-vim/tagbar/Manifest | 2 | ||||
-rw-r--r-- | app-vim/tagbar/tagbar-2.7.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-vim/tagbar/Manifest b/app-vim/tagbar/Manifest index 37de00aa0a5c..f0c32f566716 100644 --- a/app-vim/tagbar/Manifest +++ b/app-vim/tagbar/Manifest @@ -1,3 +1,3 @@ DIST tagbar-2.7.tar.gz 59027 BLAKE2B 6966ee9c412b0e7c9dd562f479ab4ae3fb4574034a32e33257ce95850f2861e333682d01d605f1c39dd6675a506e1792fed8a470b08152d14046bea215292698 SHA512 d964d3055f1679aad86b0756cc444a4857eb29ca22f2bd3567ad6c8d073e75d0c8823109038415f5bd1d269bbf8e36da6f34d70fedee54c10f90535ef79ff3c8 -EBUILD tagbar-2.7.ebuild 497 BLAKE2B 629bd14d7ecd9e18bfac202d24a7ea5a68222280eb74c4710f0acbcf41e0e755d3c6b381e9f5fb74d4249ede558ab92b3e8f6d82c1de1dbf9a1b18357a231454 SHA512 5158d92739e753f7ed2fa72c78e050fad76e40337b22576aa78c425aca96fdbffba19665f2340c5a6b24b0ec30dbbc5eabcaf763e28b9c12b41f3c8d368c2060 +EBUILD tagbar-2.7.ebuild 494 BLAKE2B ff14e2a0e0d4d601aa9721047872c07e7fc1f0d199eb28b42fd864affa4c6c3bfc629ee3f5dc88aae1a1de97f6ed5e2a51774130ce770c91feaa34e288aef136 SHA512 c8f8e026e454ce461be52f78b7f6d679a70917a2307d10df2d3b6b0ba4d6a20bb29c2d270e7a8f0c7d33137f563116d3f458ab08ac545798663ef46732ab5370 MISC metadata.xml 342 BLAKE2B 05044ec44291d3e3eae0aefd5abc136a7b161647861520adf5dd26b7eb1e4cc3db6070c8205732f646d938088ca37b278c84ae909529567db1151e8a8f1cd185 SHA512 73df89d8770efbc5ad96fae018e3da55a3da96ca3c6cf4b744af4f8adc12fa8d6d1bfa25da3f6ca8ae4cb6aca6b80fbe5c8b4c7a8b7021fbf9be294225ccc093 diff --git a/app-vim/tagbar/tagbar-2.7.ebuild b/app-vim/tagbar/tagbar-2.7.ebuild index 92c06c9d36ed..ee0fa2befc92 100644 --- a/app-vim/tagbar/tagbar-2.7.ebuild +++ b/app-vim/tagbar/tagbar-2.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,9 +6,9 @@ EAPI=6 inherit vim-plugin DESCRIPTION="vim plugin: display tags of the current file ordered by scope" -HOMEPAGE="https://majutsushi.github.com/tagbar/ +HOMEPAGE="https://github.com/preservim/tagbar https://www.vim.org/scripts/script.php?script_id=3465" -SRC_URI="https://github.com/majutsushi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/preservim/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="vim" KEYWORDS="amd64 x86" |