summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2018-06-05 23:57:12 +0200
committerPatrice Clement <monsieurp@gentoo.org>2018-06-06 14:32:27 +0200
commit6fae814640aef0ef3e760be2eca3641f9deaac4d (patch)
treed82f53d7e68a2fc65f3145d9773dc3491ab0ff9c /app-vim
parentapp-vim/vim-tmux: fetch tar.gz archive instead of zip. (diff)
downloadgentoo-6fae814640aef0ef3e760be2eca3641f9deaac4d.tar.gz
gentoo-6fae814640aef0ef3e760be2eca3641f9deaac4d.tar.bz2
gentoo-6fae814640aef0ef3e760be2eca3641f9deaac4d.zip
app-vim/vim-go: fetch tar.gz archive instead of zip.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/vim-go/Manifest2
-rw-r--r--app-vim/vim-go/vim-go-1.13.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/vim-go/Manifest b/app-vim/vim-go/Manifest
index afe145cba8af..a4361b8989c1 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 2cffe300bf04..a57788c43731 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"