From 702cca5f0f2953d258f198357146a58a3abb18d7 Mon Sep 17 00:00:00 2001 From: Antoine Poinsot Date: Thu, 7 Sep 2023 14:42:44 +0200 Subject: [PATCH 1/2] contrib: update Arch PKGBUILD to v2.0 --- contrib/release/archlinux/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" From 2890fe7e9afa05212b00994a5fb623bf8c405843 Mon Sep 17 00:00:00 2001 From: Antoine Poinsot Date: Thu, 7 Sep 2023 14:44:12 +0200 Subject: [PATCH 2/2] README: update binaries' version to 2.0 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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).