summarylogtreecommitdiffstats
path: root/updates.sh
diff options
context:
space:
mode:
authorMoses Narrow2023-03-05 12:25:27 -0600
committerMoses Narrow2023-03-05 12:25:27 -0600
commit23834b7ecbf8296e49fcd06e4b6ee858f9c012f6 (patch)
tree47d314fb00c63cbd34eecf5ee287aa54ba3556fb /updates.sh
parent664fb184cb699c830faf79bcc79a4de3a656264a (diff)
downloadaur-23834b7ecbf8296e49fcd06e4b6ee858f9c012f6.tar.gz
drop back to v1.3.4 ; panics are produced on the newer versions
Diffstat (limited to 'updates.sh')
-rwxr-xr-xupdates.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/updates.sh b/updates.sh
index e2668f6c6829..9658890a02b8 100755
--- a/updates.sh
+++ b/updates.sh
@@ -4,6 +4,8 @@ _version=$(git ls-remote --tags --refs --sort="version:refname" https://github.c
_version=${_version##*/}
_version=${_version%%-*}
_version=${_version//v/}
+#override
+_version=1.3.4
#Uncomment to use release candidates or pre-releases for testing
#get release candidate version from source repo
#_vrc=$(git ls-remote --tags --refs --sort="version:refname" https://github.com/skycoin/skywire.git | tail -n1 | grep -- -rc)