rtl: 0.12.0 -> 0.12.1

This commit is contained in:
nixbitcoin 2022-01-24 11:54:52 +00:00
parent f8ce24647e
commit 2ca90961e3
No known key found for this signature in database
GPG key ID: B6044ECBA2DAE5D0
2 changed files with 4 additions and 4 deletions

View file

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