From 48412e564b97445fddc4795dfa62c57f1d9fec1b Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Thu, 25 Nov 2021 09:41:12 +0100 Subject: [PATCH] s: update to 0.6.1. --- srcpkgs/s/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/s/template b/srcpkgs/s/template index 05b801ea5a5c..e55d22e4d3d5 100644 --- a/srcpkgs/s/template +++ b/srcpkgs/s/template @@ -1,6 +1,6 @@ # Template file for 's' pkgname=s -version=0.6.0 +version=0.6.1 revision=1 build_helper=qemu build_style=go @@ -11,7 +11,7 @@ maintainer="Daniel Lewan " license="MIT" homepage="https://github.com/zquestz/s" distfiles="https://github.com/zquestz/s/archive/v${version}.tar.gz" -checksum=0019e21dba7bb30e4de279b71e027c7d78f3236d709c2fe5be39b38d22aa7097 +checksum=8f5f3e9503edcf9eb4792379f93c1e08806b8b9699121a72745d1d63c91a0426 post_build() { s_cli=$(find $GOPATH/bin -name s)