From e35ba40fabb5558621b983aefd859bb25fec1c78 Mon Sep 17 00:00:00 2001 From: travankor <38744110+travankor@users.noreply.github.com> Date: Tue, 4 Sep 2018 21:43:32 -0700 Subject: [PATCH] lsp: update to 0.2.0.20160318. (#1597) This package has not been updated in a while so use latest git commit. --- srcpkgs/lsp/template | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/srcpkgs/lsp/template b/srcpkgs/lsp/template index 6981b74cba3..6fead264236 100644 --- a/srcpkgs/lsp/template +++ b/srcpkgs/lsp/template @@ -1,16 +1,18 @@ # Template file for 'lsp' pkgname=lsp -version=0.2.0 -revision=9 +version=0.2.0.20160318 +revision=1 +_githash=83465c0199da613c3f2e76f1308213fef4e52a75 +wrksrc="${pkgname}-${_githash}" build_style=go go_import_path="github.com/dborzov/lsp" hostmakedepends="git" -short_desc="Is like ls command but more human-friendly" +short_desc="More human-friendly ls command" maintainer="Diogo Leal " license="MIT" homepage="https://github.com/dborzov/lsp" -distfiles="https://github.com/dborzov/lsp/archive/v${version}.tar.gz" -checksum=c8f1b27a5711526a23cd128d22483a86004f4bb71bd3896f0b8d3f69454d642b +distfiles="https://github.com/dborzov/lsp/archive/${_githash}.tar.gz" +checksum=2921c705d4d5c4eb6d3b02e498b8f7d23db5ec3f451574f7ed9ad1769c8a2d07 post_install() { vlicense LICENSE