rtl: 0.13.2 -> 0.13.4

This commit is contained in:
Erik Arvstedt 2023-01-26 19:23:09 +01:00
parent 84fc4d48d3
commit 6291d4fbea
No known key found for this signature in database
GPG key ID: 33312B944DD97846
3 changed files with 10 additions and 4 deletions

View file

@ -2,7 +2,7 @@
set -euo pipefail
. "${BASH_SOURCE[0]%/*}/../../helper/run-in-nix-env" "gnupg wget gnused" "$@"
version="0.13.2"
version="0.13.4"
repo=https://github.com/Ride-The-Lightning/RTL
scriptDir=$(cd "${BASH_SOURCE[0]%/*}" && pwd)