rtl: 0.11.2 -> 0.12.0

This commit is contained in:
nixbitcoin
2021-12-30 14:29:29 +00:00
parent 2a7630e6f4
commit 906b7f83ff
2 changed files with 1630 additions and 552 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ set -euo pipefail
TMPDIR="$(mktemp -d -p /tmp)" TMPDIR="$(mktemp -d -p /tmp)"
trap "rm -rf $TMPDIR" EXIT trap "rm -rf $TMPDIR" EXIT
version="0.11.2" version="0.12.0"
repo=https://github.com/Ride-The-Lightning/RTL repo=https://github.com/Ride-The-Lightning/RTL
# Fetch and verify source tarball # Fetch and verify source tarball
+1629 -551
View File
File diff suppressed because it is too large Load Diff