Skip to content

Commit

Permalink
Update to current libsignal.
Browse files Browse the repository at this point in the history
Bump to 0.6.4.
Might help with #23.
  • Loading branch information
gkdr committed Mar 19, 2017
1 parent 98bf04c commit 3331dbc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,4 +1,4 @@
# lurch 0.6.3
# lurch 0.6.4
/lʊʁç/. In German, an Axolotl is a type of Lurch, which simply means 'amphibian'. This plugin brings Axolotl, by now renamed to double ratchet, to libpurple applications such as [Pidgin](https://www.pidgin.im/) by implementing [OMEMO](https://conversations.im/omemo/).

(Plus I thought the word sounds funny, especially when pronounced by a speaker of English.)
Expand Down Expand Up @@ -28,12 +28,12 @@ On Arch/Parabola you can install the following packages:
sudo pacman -S base-devel git pidgin libpurple mxml sqlite libxml2 libgcrypt
```

Then, get the source code:
Then, get the source code, including all submodules and their submodules:

``` bash
git clone https://github.com/gkdr/lurch/
cd lurch
git submodule update --init
git submodule update --init --recursive
```

If you just pull a newer version, remember to also update the submodules as they might have changed!
Expand Down
2 changes: 1 addition & 1 deletion lib/axc
Submodule axc updated 161 files
2 changes: 1 addition & 1 deletion src/lurch.c
Expand Up @@ -2712,7 +2712,7 @@ static PurplePluginInfo info = {

"core-riba-lurch",
"lurch",
"0.6.3",
"0.6.4",

"Implements OMEMO for libpurple.",
"End-to-end encryption using the Signal protocol, adapted for XMPP.",
Expand Down

0 comments on commit 3331dbc

Please sign in to comment.