s: update to 0.6.9.

This commit is contained in:
Daniel Lewan 2023-09-26 09:44:29 +02:00 committed by Đoàn Trần Công Danh
parent 95768631b9
commit 0c5d7ca52f

View file

@ -1,7 +1,7 @@
# Template file for 's' # Template file for 's'
pkgname=s pkgname=s
version=0.6.8 version=0.6.9
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
@ -10,7 +10,7 @@ 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=fe554cfcd7d30d11bc50a3f6da3301993f71e9d7546dc0815c1c1af2639e2b2f checksum=7097264e7da0e7ac209e5be5e50f07f17593e2753607325870131af3000ccaf2
post_build() { post_build() {
s_cli=$(find $GOPATH/bin -name s) s_cli=$(find $GOPATH/bin -name s)