rtl: 0.12.1 -> 0.12.2

This commit is contained in:
nixbitcoin 2022-03-09 12:23:20 +00:00
parent 9dab0ae6ba
commit 4f45266524
No known key found for this signature in database
GPG key ID: B6044ECBA2DAE5D0
2 changed files with 119 additions and 119 deletions

View file

@ -5,7 +5,7 @@ set -euo pipefail
TMPDIR="$(mktemp -d -p /tmp)"
trap "rm -rf $TMPDIR" EXIT
version="0.12.1"
version="0.12.2"
repo=https://github.com/Ride-The-Lightning/RTL
# Fetch and verify source tarball