Skip to content

Commit

Permalink
Release pass-tomb 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
roddhjav committed Jun 29, 2019
1 parent 4eb3d9f commit 949736d
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 @@ -44,7 +44,7 @@ close your store after a given time.
## Usage

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

**Stable version**
```sh
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
wget https://github.com/roddhjav/pass-tomb/releases/download/v1.2/pass-tomb-1.2.tar.gz
tar xzf pass-tomb-1.2.tar.gz
cd pass-tomb-1.2
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.1/pass-tomb-1.1.tar.gz.asc
wget https://github.com/roddhjav/pass-tomb/releases/download/v1.2/pass-tomb-1.2.tar.gz.asc
gpg --recv-keys 06A26D531D56C42D66805049C5469996F0DF68EC
gpg --verify pass-tomb-1.1.tar.gz.asc
gpg --verify pass-tomb-1.2.tar.gz.asc
```


Expand Down
2 changes: 1 addition & 1 deletion tomb.bash
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ readonly TOMB_FILE="${PASSWORD_STORE_TOMB_FILE:-$HOME/.password.tomb}"
readonly TOMB_KEY="${PASSWORD_STORE_TOMB_KEY:-$HOME/.password.tomb.key}"
readonly TOMB_SIZE="${PASSWORD_STORE_TOMB_SIZE:-10}"

readonly VERSION="1.1"
readonly VERSION="1.2"

#
# Common colors and functions
Expand Down

0 comments on commit 949736d

Please sign in to comment.