clightning-rest: 0.7.0 -> 0.7.2

This commit is contained in:
Erik Arvstedt 2022-05-14 15:21:35 +02:00
parent 4c2d908a38
commit beae9f8df7
No known key found for this signature in database
GPG key ID: 33312B944DD97846
2 changed files with 9 additions and 9 deletions

View file

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