From 3840a287f4e62f7d93c391f144c6142db8ff0490 Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Wed, 8 May 2024 13:53:30 +0200 Subject: [PATCH] s: update to 0.7.0. --- srcpkgs/s/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/s/template b/srcpkgs/s/template index 09c91579945bc7..6a13251c0b20eb 100644 --- a/srcpkgs/s/template +++ b/srcpkgs/s/template @@ -1,6 +1,6 @@ # Template file for 's' pkgname=s -version=0.6.9 +version=0.7.0 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=7097264e7da0e7ac209e5be5e50f07f17593e2753607325870131af3000ccaf2 +checksum=4fdc1538d15faad08ff0db7940be6022077594c68dce3e95b8cb47afb47008c4 post_build() { s_cli=$(find $GOPATH/bin -name s)