Skip to content

Commit

Permalink
Bumped up version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
odkr committed Dec 14, 2019
1 parent fe1c299 commit 43f0e58
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ Download
--------

Download the repository from:
<https://codeload.github.com/odkr/lpassh-add/tar.gz/v1.0.4>
<https://codeload.github.com/odkr/lpassh-add/tar.gz/v1.0.5>


Installation
Expand All @@ -210,12 +210,12 @@ also want to install the manual page.

You can do this by::

curl https://codeload.github.com/odkr/lpassh-add/tar.gz/v1.0.4 | tar -xz
curl https://codeload.github.com/odkr/lpassh-add/tar.gz/v1.0.5 | tar -xz
# Check the source!
more lpassh-add-1.0.4/lpassh-add
more lpassh-add-1.0.5/lpassh-add
# If -- and only if -- you like what you see, continue by:
sudo mkdir -pm 0755 /usr/local/bin
sudo cp lpassh-add-1.0.4/lpassh-add /usr/local/bin
sudo cp lpassh-add-1.0.5/lpassh-add /usr/local/bin
sudo cp lpassh-add.1.man /usr/local/share/man/man1

Note, ``lpassh-add`` *must* reside in a directory that's in the ``PATH``,
Expand All @@ -224,7 +224,7 @@ or else ``ssh-add`` can't find it.
There isn't much of a point in keeping the repository around,
so you may then wish to delete it by saying::

rm -rf lpassh-add-1.0.4
rm -rf lpassh-add-1.0.5


Documentation
Expand Down
4 changes: 2 additions & 2 deletions lpassh-add
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# lpass-ssh-add v1.0.5b - Get SSh private key passphrases from LastPass
# lpass-ssh-add v1.0.5 - Get SSh private key passphrases from LastPass
#
# Copyright 2018, 2019 Odin Kroeger
#
Expand Down Expand Up @@ -255,7 +255,7 @@ EOF
;;
--version)
exec cat <<EOF
lpassh-add v1.0.5b
lpassh-add v1.0.5
(c) 2018 Odin Kroeger
EOF
;;
Expand Down

0 comments on commit 43f0e58

Please sign in to comment.