From 407dd5ed6bb60a60e578ae8cc9debf5baf9edebc Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Mon, 7 Jul 2025 20:20:36 +0200 Subject: [PATCH] s: update to 0.7.3. --- srcpkgs/s/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/s/template b/srcpkgs/s/template index b7cf805a91b..c39609ef0a1 100644 --- a/srcpkgs/s/template +++ b/srcpkgs/s/template @@ -1,6 +1,6 @@ # Template file for 's' pkgname=s -version=0.7.1 +version=0.7.3 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=4bddf2ff574b6c1af36929290986b351484ba643725ec0918c3c0c10461e326d +checksum=260df5364b947f19a12af9018cdeffecd5b572d1662ba2bbcbfba906c39330c3 post_build() { s_cli=$(find $GOPATH/bin -name s)