diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-06-10 10:30:53 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-10 23:02:53 +0200 |
commit | 2af5c1ff75932eb78a4ecd9b98148ae69867d12a (patch) | |
tree | d1b79974ecd653d5927a07479ae6328434e874c2 | |
parent | 0b5d531e6d6c79d4165d4f8f2d1e1d848bfcf7a6 (diff) | |
download | buildroot-2af5c1ff75932eb78a4ecd9b98148ae69867d12a.tar.gz buildroot-2af5c1ff75932eb78a4ecd9b98148ae69867d12a.zip |
package/tor: bump version to 0.3.0.8
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/tor/tor.hash | 2 | ||||
-rw-r--r-- | package/tor/tor.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/tor/tor.hash b/package/tor/tor.hash index bfdf055f4c..71868fd1b6 100644 --- a/package/tor/tor.hash +++ b/package/tor/tor.hash @@ -1,2 +1,2 @@ # Locally computed -sha256 9640c4448ef3cad7237c68ed6984e705db8fb2b9d6bb74c8815d01bb06527d02 tor-0.3.0.7.tar.gz +sha256 663a3ba7b8a124c0f8a7351eaa2dda6fd518de3f3c4ee28fff869bfb03860d48 tor-0.3.0.8.tar.gz diff --git a/package/tor/tor.mk b/package/tor/tor.mk index 305f6bf40e..dc2823d461 100644 --- a/package/tor/tor.mk +++ b/package/tor/tor.mk @@ -4,7 +4,7 @@ # ################################################################################ -TOR_VERSION = 0.3.0.7 +TOR_VERSION = 0.3.0.8 TOR_SITE = https://dist.torproject.org TOR_LICENSE = BSD-3-Clause TOR_LICENSE_FILES = LICENSE |