From 5b253dd19a680921f54a92b90c7e517e0a704101 Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Tue, 18 Jul 2023 15:08:02 +0200 Subject: [PATCH] s: update to 0.6.8. --- srcpkgs/s/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/s/template b/srcpkgs/s/template index d5c3b1d6dbd5..39bc849edfc0 100644 --- a/srcpkgs/s/template +++ b/srcpkgs/s/template @@ -1,16 +1,16 @@ # Template file for 's' pkgname=s -version=0.6.7 -revision=2 +version=0.6.8 +revision=1 build_helper=qemu build_style=go go_import_path=github.com/zquestz/s short_desc="Web search from the terminal" -maintainer="Daniel Lewan " +maintainer="Daniel Lewan " license="MIT" homepage="https://github.com/zquestz/s" distfiles="https://github.com/zquestz/s/archive/v${version}.tar.gz" -checksum=a175e53e2d9c3b990a963b86b285a258ca5533c78fc930cd01b82f4d9dccfec0 +checksum=fe554cfcd7d30d11bc50a3f6da3301993f71e9d7546dc0815c1c1af2639e2b2f post_build() { s_cli=$(find $GOPATH/bin -name s)