mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-04-22 14:59:12 +00:00
3 lines
129 B
Bash
3 lines
129 B
Bash
|
#!/bin/sh
|
||
|
git ls-remote --tags https://git.torproject.org/torsocks.git | grep -oE 'v[0-9]+\.[0-9]+\.[0-9]+$' | sort -V | tail -1
|