s: update to 0.6.8.

This commit is contained in:
Daniel Lewan 2023-07-18 15:08:02 +02:00 committed by classabbyamp
parent 64a4410500
commit 0bb87384d3

View file

@ -1,16 +1,16 @@
# Template file for 's' # Template file for 's'
pkgname=s pkgname=s
version=0.6.7 version=0.6.8
revision=2 revision=1
build_helper=qemu build_helper=qemu
build_style=go build_style=go
go_import_path=github.com/zquestz/s go_import_path=github.com/zquestz/s
short_desc="Web search from the terminal" short_desc="Web search from the terminal"
maintainer="Daniel Lewan <vision360.daniel@gmail.com>" maintainer="Daniel Lewan <daniel@teddydd.me>"
license="MIT" license="MIT"
homepage="https://github.com/zquestz/s" homepage="https://github.com/zquestz/s"
distfiles="https://github.com/zquestz/s/archive/v${version}.tar.gz" distfiles="https://github.com/zquestz/s/archive/v${version}.tar.gz"
checksum=a175e53e2d9c3b990a963b86b285a258ca5533c78fc930cd01b82f4d9dccfec0 checksum=fe554cfcd7d30d11bc50a3f6da3301993f71e9d7546dc0815c1c1af2639e2b2f
post_build() { post_build() {
s_cli=$(find $GOPATH/bin -name s) s_cli=$(find $GOPATH/bin -name s)