app-vim/vim-go: fetch tar.gz archive instead of zip.
authorPatrice Clement <monsieurp@gentoo.org>
Tue, 5 Jun 2018 21:57:12 +0000 (23:57 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Wed, 6 Jun 2018 12:32:27 +0000 (14:32 +0200)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

app-vim/vim-go/Manifest
app-vim/vim-go/vim-go-1.13.ebuild

index afe145cba8afea9c749da9c3b0234f7fce3c2b25..a4361b8989c153107e9136e7f7d6d2711b551219 100644 (file)
@@ -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
index 2cffe300bf040b5cf9891e4555ee4b4e135d6e48..a57788c43731f8c3ec96e14bed54ac1e63cae188 100644 (file)
@@ -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"