Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simplotask: update to 1.16.4 #27740

Merged
merged 1 commit into from
Feb 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions sysutils/simplotask/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
PortSystem 1.0
PortGroup golang 1.0

go.setup github.com/umputun/spot 1.16.3 v
go.setup github.com/umputun/spot 1.16.4 v
github.tarball_from archive
name simplotask
revision 0
categories sysutils
Expand All @@ -19,9 +20,9 @@ build.pre_args-append \
REV=v${version}
build.args build

checksums rmd160 9ee00e24869004cf0313e6534712b7a8255f9340 \
sha256 ee6ae87bbb05851ed3687896aacd4fb574f8090ff4146fe527a90faf6d141ba7 \
size 53120049
checksums rmd160 dbd34156b1c612d2207e7cd6ecee967445123589 \
sha256 58ed1e940193fa35615e7053d861cab1bfcc5d8b2a96517cb06a1d4c694d2f05 \
size 53122375

destroot {
xinstall -m 0755 ${worksrcpath}/.bin/spot ${destroot}${prefix}/bin
Expand Down