diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-05-14 16:28:21 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-05-17 21:57:49 +0200 |
commit | af8b1b0fc27799157b243c70f31940b3a078e1d2 (patch) | |
tree | cd4a8c03612685ad4598cf59905118ad72307f36 | |
parent | 609e5ae56cc1abcaf1ff24cd7aaaff6f0aa3a8af (diff) | |
download | buildroot-af8b1b0fc27799157b243c70f31940b3a078e1d2.tar.gz buildroot-af8b1b0fc27799157b243c70f31940b3a078e1d2.zip |
package/tor: bump version to 0.3.0.6
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 d14db040e7..5b83aa43d8 100644 --- a/package/tor/tor.hash +++ b/package/tor/tor.hash @@ -1,2 +1,2 @@ # Locally computed -sha256 d611283e1fb284b5f884f8c07e7d3151016851848304f56cfdf3be2a88bd1341 tor-0.2.9.10.tar.gz +sha256 a3e512e93cb555601fd207d914d7c5fe981d66d6ebb5821ecdf5dea738c2fb14 tor-0.3.0.6.tar.gz diff --git a/package/tor/tor.mk b/package/tor/tor.mk index 389af66562..e6cb2b729b 100644 --- a/package/tor/tor.mk +++ b/package/tor/tor.mk @@ -4,7 +4,7 @@ # ################################################################################ -TOR_VERSION = 0.2.9.10 +TOR_VERSION = 0.3.0.6 TOR_SITE = https://dist.torproject.org TOR_LICENSE = BSD-3-Clause TOR_LICENSE_FILES = LICENSE |