From f1d77b6b5b4e95a65c1259bb78cc43c3269306ef Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Sun, 10 Apr 2022 20:28:28 +0300 Subject: [PATCH] shfmt: update to 3.5.1. --- srcpkgs/shfmt/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/shfmt/template b/srcpkgs/shfmt/template index eb08353dea7b..56090485f34b 100644 --- a/srcpkgs/shfmt/template +++ b/srcpkgs/shfmt/template @@ -1,6 +1,6 @@ # Template file for 'shfmt' pkgname=shfmt -version=3.4.2 +version=3.5.1 revision=1 wrksrc="sh-${version}" build_style=go @@ -14,10 +14,14 @@ license="BSD-3-Clause" homepage="https://github.com/mvdan/sh" changelog="https://raw.githubusercontent.com/mvdan/sh/master/CHANGELOG.md" distfiles="https://github.com/mvdan/sh/archive/v${version}.tar.gz" -checksum=2000656613bc4165fb1d419bedec08fcb23a625274f4505e303d18b204d8f5ee +checksum=f15ca9952ef6dc4c1051550152768a99dde0d3f72269d0510f75522a492270cf post_install() { scdoc < cmd/shfmt/shfmt.1.scd > shfmt.1 vman shfmt.1 vlicense LICENSE } + +do_check() { + go test ./... +}