docker-tor-hidden-service/last_torsocks_version.sh
raldone01 396a23d275 Suppress error warnings to ensure builds succeed.
Fix `nprocs` should be `nproc`.
Update urls for the version scripts to point to the new gitlab instance of the torproject.
2025-01-08 22:49:02 +01:00

2 lines
142 B
Bash
Executable file

#!/bin/sh
git ls-remote --tags https://gitlab.torproject.org/tpo/core/torsocks.git/ | grep -oE 'v[0-9]+\.[0-9]+\.[0-9]+$' | sort -V | tail -1