Skip to content

Commit

Permalink
Release pass-update 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
roddhjav committed Feb 26, 2024
1 parent 3866573 commit d8675e7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ generating a new one. This behaviour can be changed using the provided options.
## Usage

```
pass update 2.1 - A pass extension that provides an easy flow for updating passwords.
pass update 2.2 - A pass extension that provides an easy flow for updating passwords.
Usage:
pass update [-h] [-n] [-l <s>] [-c | -p] [-p | -m]
Expand Down Expand Up @@ -163,18 +163,18 @@ sudo make install # For OSX: make install PREFIX=/usr/local

**Stable version**
```sh
wget https://github.com/roddhjav/pass-update/releases/download/v2.1/pass-update-2.1.tar.gz
tar xzf pass-update-2.1.tar.gz
cd pass-update-2.1
wget https://github.com/roddhjav/pass-update/releases/download/v2.2/pass-update-2.2.tar.gz
tar xzf pass-update-2.2.tar.gz
cd pass-update-2.2
sudo make install # For OSX: make install PREFIX=/usr/local
```

[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-update/releases/download/v2.1/pass-update-2.1.tar.gz.asc
wget https://github.com/roddhjav/pass-update/releases/download/v2.2/pass-update-2.2.tar.gz.asc
gpg --recv-keys 06A26D531D56C42D66805049C5469996F0DF68EC
gpg --verify pass-update-2.1.tar.gz.sig
gpg --verify pass-update-2.2.tar.gz.sig
```

## Contribution
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
pass-update (2.2-1) stable; urgency=medium

* Release pass-update v2.2

-- Alexandre Pujol <alexandre@pujol.io> Mon, 26 Feb 2024 20:01:01 +0000

pass-update (2.1-1) unstable; urgency=medium

* Initial release
Expand Down
2 changes: 1 addition & 1 deletion update.bash
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

set -e -o pipefail

readonly VERSION="2.1"
readonly VERSION="2.2"

warning() { printf 'Warning %s\n' "$*" >&2; }

Expand Down

0 comments on commit d8675e7

Please sign in to comment.