From 6fae814640aef0ef3e760be2eca3641f9deaac4d Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Tue, 5 Jun 2018 23:57:12 +0200 Subject: [PATCH] app-vim/vim-go: fetch tar.gz archive instead of zip. Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- app-vim/vim-go/Manifest | 2 +- app-vim/vim-go/vim-go-1.13.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-vim/vim-go/Manifest b/app-vim/vim-go/Manifest index afe145cba8afe..a4361b8989c15 100644 --- a/app-vim/vim-go/Manifest +++ b/app-vim/vim-go/Manifest @@ -1 +1 @@ -DIST vim-go-1.13.zip 900566 BLAKE2B 31867c47ce7ab11a4948ad52775793586f51ebbfdcdb49ae934ee26842e1d25156ac606b44dcaee56787bd4ea761705f1730f092ff59a3ab6cfffd8c9acfef9c SHA512 3a1818c126c6ab01cd6993336c9e87f88357375b5252e0aeed434dccd0514cbcb1b7c96dce2aaf8f8c2e21909a17bf4bbb39a386ee1f7049b50a85ed9c635817 +DIST vim-go-1.13.tar.gz 870173 BLAKE2B a2f67cef249191cf91caf45c120e471301a89ee365ba9add839edea17990ff3aba7238965dac1c71a89d2004dfcfd486319fc4f1474c7ee94d3845724cd9b289 SHA512 c2aa31104168f3a8e1f96b0ad2c51dc1c2e5a1de3db76f0009edfb38bf60ebfcd9bd8a86fedb6ff6d6d789973a557d6ed03e38e67159bc43c5231449b0253c25 diff --git a/app-vim/vim-go/vim-go-1.13.ebuild b/app-vim/vim-go/vim-go-1.13.ebuild index 2cffe300bf040..a57788c43731f 100644 --- a/app-vim/vim-go/vim-go-1.13.ebuild +++ b/app-vim/vim-go/vim-go-1.13.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=6 @@ -7,7 +7,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: Go development plugin for Vim" HOMEPAGE="https://github.com/fatih/vim-go" -SRC_URI="https://github.com/fatih/${PN}/archive/v${PV}.zip -> ${P}.zip" +SRC_URI="https://github.com/fatih/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" KEYWORDS="~amd64 ~x86"