diff --git a/README.md b/README.md index 1786decd..47d4309e 100644 --- a/README.md +++ b/README.md @@ -45,10 +45,10 @@ Head to the [release page](https://github.com/wizardsardine/liana/releases) and executable for your platform. If you are not sure what is the "right" executable for your platform, choose: - `Liana.zip` if you are on MacOS, -- `liana-1.1.exe` if you are on Windows, -- `liana_1.1-1_amd64.deb` if you are running a Debian-based Linux (such as Ubuntu). Use `apt install - ./liana_1.1-1_amd64.deb` as root (or preceded by `sudo`) to install it. -- `liana-1.1-x86_64-linux-gnu.tar.gz` if you use another Linux distribution. Note you may have to +- `liana-2.0.exe` if you are on Windows, +- `liana_2.0-1_amd64.deb` if you are running a Debian-based Linux (such as Ubuntu). Use `apt install + ./liana_2.0-1_amd64.deb` as root (or preceded by `sudo`) to install it. +- `liana-2.0-x86_64-linux-gnu.tar.gz` if you use another Linux distribution. Note you may have to compile the software yourself if you are on Linux. See the [section below](#a-note-on-linux-binaries-and-glibc-version). diff --git a/contrib/release/archlinux/PKGBUILD b/contrib/release/archlinux/PKGBUILD index 6b546648..2011f9b3 100644 --- a/contrib/release/archlinux/PKGBUILD +++ b/contrib/release/archlinux/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Antoine Poinsot pkgname=liana-bin -pkgver=1.0 +pkgver=2.0 pkgrel=1 pkgdesc="A Bitcoin wallet focused on recovery options (includes headless daemon and GUI)." arch=('x86_64') @@ -10,7 +10,7 @@ license=('BSD') depends=('glibc>=2.33' 'fontconfig>=2.12.6' 'freetype2>=2.8' 'systemd-libs') # systemd-libs for libudev source=("https://github.com/wizardsardine/liana/releases/download/v$pkgver/liana-$pkgver-x86_64-linux-gnu.tar.gz") -sha256sums=("bd425e3e08fcb74b6d2d641c7f6bd553062d49dbd42898823082990f862de43b") +sha256sums=("fddd57b59dc4f09cd36d31734a8cfc9d037e0f205895b16ff0ffb20ac1bfd470") package() { _bin_folder="$srcdir/liana-$pkgver-x86_64-linux-gnu"