From 447c18b28350e17d33fa153664a7e28c8e097848 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 11 Nov 2018 03:39:47 -0200 Subject: [PATCH] shfmt: update to 2.6.0. --- srcpkgs/shfmt/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/shfmt/template b/srcpkgs/shfmt/template index 4fdebf1cc2e..aac51e4792b 100644 --- a/srcpkgs/shfmt/template +++ b/srcpkgs/shfmt/template @@ -1,17 +1,17 @@ # Template file for 'shfmt' pkgname=shfmt -version=2.5.1 -revision=2 +version=2.6.0 +revision=1 +wrksrc="sh-${version}" build_style=go go_import_path=mvdan.cc/sh go_package="${go_import_path}/cmd/shfmt" -wrksrc="sh-${version}" short_desc="Shell parser and formatter" -maintainer="Orphaned " +maintainer="maxice8 " license="BSD-3-Clause" homepage="https://github.com/mvdan/sh" distfiles="https://github.com/mvdan/sh/archive/v${version}.tar.gz" -checksum=e0886ee00514dd15b86d64df069ccf2b2b8defbf8c6692204d51a14a7a01b3c9 +checksum=d1a8e3b6a0c13fa7f91c41d6167611513cccd0acf130f659e6865597ef5f18b1 post_install() { vlicense LICENSE