Skip to content

Commit

Permalink
Release 0.9.8 #40
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Sep 3, 2021
1 parent a90be8d commit dd4f881
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Makesurefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

@define NEXT_VERSION="0.9.7.1"
@define NEXT_VERSION="0.9.8"
@define TUSH_REPO=https://github.com/adolfopa/tush

@define GOAWK_VERSION=1.8.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ By default, all scripts inside goals are executed with `bash`. If you want to us

```
$ ./makesure -h
makesure ver. 0.9.7.1
makesure ver. 0.9.8
Usage: makesure [options...] [-f buildfile] [goals...]
-f,--file buildfile
set buildfile to use (default Makesurefile)
Expand Down
2 changes: 1 addition & 1 deletion makesure_stable
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
exec awk -v "Version=0.9.7.1" -v "Prog=$0" '
exec awk -v "Version=0.9.8" -v "Prog=$0" '
BEGIN {
Shell = "bash"
SupportedShells["bash"]
Expand Down
8 changes: 4 additions & 4 deletions tests/0_basic.tush
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

$ cd "$MYDIR"; ./$MAKESURE -v; ./$MAKESURE --version
| 0.9.7.1
| 0.9.7.1
| 0.9.8
| 0.9.8

$ cd "$MYDIR/tests/emptydir"; ../../$MAKESURE -v
| 0.9.7.1
| 0.9.8

$ cd "$MYDIR/tests/emptydir"; ../../$MAKESURE -h
| makesure ver. 0.9.7.1
| makesure ver. 0.9.8
| Usage: makesure [options...] [-f buildfile] [goals...]
| -f,--file buildfile
| set buildfile to use (default Makesurefile)
Expand Down
12 changes: 6 additions & 6 deletions tests/12_update.tush
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ $ cd "$MYDIR"; ./$MAKESURE -f tests/12_update.sh test_wget
| goal 'run_selfupdate' ...
| XXX
| running wget
| updated XXX -> 0.9.7.1
| updated XXX -> 0.9.8
| running wget
| you have latest version 0.9.7.1 installed
| 0.9.7.1
| you have latest version 0.9.8 installed
| 0.9.8
| goal 'test_wget' [empty].

$ cd "$MYDIR"; ./$MAKESURE -f tests/12_update.sh test_curl
Expand All @@ -25,8 +25,8 @@ $ cd "$MYDIR"; ./$MAKESURE -f tests/12_update.sh test_curl
| goal 'run_selfupdate' ...
| XXX
| running curl
| updated XXX -> 0.9.7.1
| updated XXX -> 0.9.8
| running curl
| you have latest version 0.9.7.1 installed
| 0.9.7.1
| you have latest version 0.9.8 installed
| 0.9.8
| goal 'test_curl' [empty].

0 comments on commit dd4f881

Please sign in to comment.