forked from pool/python-runthis-sphinxext
required for xonsh switched to github tarball OBS-URL: https://build.opensuse.org/request/show/801358 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-runthis-sphinxext?expand=0&rev=1
8 lines
412 B
Bash
8 lines
412 B
Bash
#!/bin/bash
|
|
|
|
|
|
CLIENT_VERSION=$(tar -xzOf runthis-sphinxext-0.0.3.tar.gz runthis-sphinxext-0.0.3/setup.py | awk '/^CLIENT_VERSION/ {print gensub("\"", "", "G", $3)}')
|
|
|
|
wget https://github.com/regro/runthis-client/releases/download/${CLIENT_VERSION}/runthis-client-${CLIENT_VERSION}.min.js
|
|
wget -O sha256-${CLIENT_VERSION}.txt https://github.com/regro/runthis-client/releases/download/${CLIENT_VERSION}/sha256.txt
|