diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-03-11 17:32:59 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-12 14:21:38 +0100 |
commit | 660651491ea2ff8fc82d503a8e28bbd54e8d9131 (patch) | |
tree | c36059c4d070867b12ba58a598940df68aabe0b3 | |
parent | 50ea92d9e77eccd18d398e6a2ceb6b3a19ed2b5f (diff) | |
download | buildroot-660651491ea2ff8fc82d503a8e28bbd54e8d9131.tar.gz buildroot-660651491ea2ff8fc82d503a8e28bbd54e8d9131.zip |
package/tor: bump version to 0.2.9.10
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 470fc4829b..d14db040e7 100644 --- a/package/tor/tor.hash +++ b/package/tor/tor.hash @@ -1,2 +1,2 @@ # Locally computed -sha256 33325d2b250fd047ba2ddc5d11c2190c4e2951f4b03ec48ebd8bf0666e990d43 tor-0.2.9.9.tar.gz +sha256 d611283e1fb284b5f884f8c07e7d3151016851848304f56cfdf3be2a88bd1341 tor-0.2.9.10.tar.gz diff --git a/package/tor/tor.mk b/package/tor/tor.mk index bb0fbb16b5..9ccde799da 100644 --- a/package/tor/tor.mk +++ b/package/tor/tor.mk @@ -4,7 +4,7 @@ # ################################################################################ -TOR_VERSION = 0.2.9.9 +TOR_VERSION = 0.2.9.10 TOR_SITE = https://dist.torproject.org TOR_LICENSE = BSD-3c TOR_LICENSE_FILES = LICENSE |