From 949736d286c90c581126a9d73b1c0f75ccb59541 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Sat, 29 Jun 2019 23:08:12 +0100 Subject: [PATCH] Release pass-tomb 1.2 --- README.md | 12 ++++++------ tomb.bash | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7dee5ed..9ab50ea 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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 ``` diff --git a/tomb.bash b/tomb.bash index 32669ac..9ea7708 100755 --- a/tomb.bash +++ b/tomb.bash @@ -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