Skip to content

Commit

Permalink
simplotask: update to 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sikmir committed Nov 17, 2023
1 parent c63e51d commit 62f4c51
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sysutils/simplotask/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup golang 1.0

go.setup github.com/umputun/spot 1.11.5 v
go.setup github.com/umputun/spot 1.12.0 v
name simplotask
revision 0
categories sysutils
Expand All @@ -12,16 +12,16 @@ license MIT

description A tool for effortless deployment and configuration management
long_description {*}${description}
homepage https://simplotask.com
homepage https://spot.umputun.dev/

build.cmd make
build.pre_args-append \
REV=v${version}
build.args build

checksums rmd160 186256c83b30e55e6fb14eefa403b1aa158adb73 \
sha256 680da428a12f6404e0c218a0a7e0ac59c30ba0b2208db3c047816a0de6449562 \
size 33287839
checksums rmd160 c758c5df761c231e11fd94f40c0926f116750240 \
sha256 33a61d8cb5cea8dc32c3748af472dd7ab0e95dda40214e3304bd14c18a9b41fc \
size 33387461

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

0 comments on commit 62f4c51

Please sign in to comment.