Skip to content

Commit

Permalink
pass tomb 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
roddhjav committed Dec 10, 2017
1 parent 161c27f commit 11f605c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ close your store after a given time.
## Usage

```
pass tomb 1.0 - A pass extension that helps to keep the whole tree of
pass tomb 1.1 - A pass extension that helps to keep the whole tree of
password encrypted inside a tomb.
Usage:
Expand Down Expand Up @@ -158,18 +158,18 @@ sudo make install

**Stable version**
```
wget https://github.com/roddhjav/pass-tomb/releases/download/v1.0/pass-tomb-1.0.tar.gz
tar xzf pass-tomb-1.0.tar.gz
cd pass-tomb-1.0
wget https://github.com/roddhjav/pass-tomb/releases/download/v1.1/pass-tomb-1.1.tar.gz
tar xzf pass-tomb-1.1.tar.gz
cd pass-tomb-1.1
sudo make install
```

[Releases][releases] and commits are signed using [`06A26D531D56C42D66805049C5469996F0DF68EC`][keys].
You should check the key's fingerprint and verify the signature:
```sh
wget https://github.com/roddhjav/pass-tomb/releases/download/v1.0/pass-tomb-1.0.tar.gz.sig
wget https://github.com/roddhjav/pass-tomb/releases/download/v1.1/pass-tomb-1.1.tar.gz.asc
gpg --recv-keys 06A26D531D56C42D66805049C5469996F0DF68EC
gpg --verify pass-tomb-1.0.tar.gz.sig
gpg --verify pass-tomb-1.1.tar.gz.asc
```

**ArchLinux**
Expand Down
2 changes: 1 addition & 1 deletion tomb.bash
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ readonly TOMB_SIZE="${PASSWORD_STORE_TOMB_SIZE:-10}"
readonly _UID="$(id -u "$USER")"
readonly _GID="$(id -g "$USER")"

readonly VERSION="1.0"
readonly VERSION="1.1"

#
# Common colors and functions
Expand Down

0 comments on commit 11f605c

Please sign in to comment.