From 9982eeb8cd2ff982f4f0a149685ea9b8e978dbdd Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Mon, 3 Oct 2022 09:28:49 +0200 Subject: [PATCH] s: update to 0.6.7. --- srcpkgs/s/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/s/template b/srcpkgs/s/template index 18c984fc28b3..2da27d1d5607 100644 --- a/srcpkgs/s/template +++ b/srcpkgs/s/template @@ -1,6 +1,6 @@ # Template file for 's' pkgname=s -version=0.6.6 +version=0.6.7 revision=1 build_helper=qemu build_style=go @@ -10,7 +10,7 @@ maintainer="Daniel Lewan " license="MIT" homepage="https://github.com/zquestz/s" distfiles="https://github.com/zquestz/s/archive/v${version}.tar.gz" -checksum=d91c8d2935f55dc6f241b7abc0325863846bdeac07a8f3bfa99b4a932d20ace3 +checksum=a175e53e2d9c3b990a963b86b285a258ca5533c78fc930cd01b82f4d9dccfec0 post_build() { s_cli=$(find $GOPATH/bin -name s)