Skip to content

Commit

Permalink
README.md, configure.ac: bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josephholsten committed Apr 24, 2020
1 parent d40ee21 commit 40bdc9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To exclusively lock `/tmp/my.lock` while running the utility
`echo "hello, world!"`:

flock /tmp/my.lock echo "hello, world!"

You can also use to run a single instance of rsync at a time - note: no need to escape double quotes

flock -n /tmp/my-lock.lock rsync -avr -e "ssh -p 22" "~/my path with spaces/" user@remote-host:/Documents/
Expand All @@ -23,7 +23,7 @@ Mac OS X Homebrew:

From source:

FLOCK_VERSION=0.3.0
FLOCK_VERSION=0.4.0
wget https://github.com/discoteq/flock/releases/download/v${FLOCK_VERSION}/flock-${FLOCK_VERSION}.tar.xz
xz -dc flock-${FLOCK_VERSION}.tar.xz | tar -x
cd flock-${FLOCK_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_INIT([flock],
[0.3.0],
[0.4.0],
[[email protected]],,
[https://github.com/josephholsten/flock])

Expand Down

0 comments on commit 40bdc9b

Please sign in to comment.