File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ let package = Package(
3232 ) ,
3333 . binaryTarget(
3434 name: " run-script-bin " ,
35- url: " https://github.com/p-x9/RunScriptPlugin/releases/download/0.3 .0/run-script-bin.artifactbundle.zip " ,
36- checksum: " 3e43154c72e5d7bdadbe000cd23f78cbcf8f200149ea28a969539c22ef7be524 "
35+ url: " https://github.com/p-x9/RunScriptPlugin/releases/download/0.4 .0/run-script-bin.artifactbundle.zip " ,
36+ checksum: " 28a4cacfbc3bb404e8a908837964afadc908da16b26041b0752f5d6f8b5b1644 "
3737 ) ,
3838// DEBUG
3939// .binaryTarget(name: "run-script-bin", path: "./run-script-bin.artifactbundle.zip"),
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ struct RunScript: ParsableCommand {
3333 static let configuration : CommandConfiguration = . init(
3434 commandName: " RunScript " ,
3535 abstract: " Run shell scripts configured in yaml files " ,
36- version: " 0.0.4 " ,
36+ version: " 0.4.0 " ,
3737 shouldDisplay: true ,
3838 helpNames: [ . long, . short]
3939 )
You can’t perform that action at this time.
0 commit comments