commit 6bfdb71d96718fccefa826ac9058c53b35904242 Author: Damian Johnson atagar@torproject.org Date: Fri Feb 9 12:04:12 2018 -0800
Bump archlinux tor version
I already bumped this on the wiki a while ago, but gotta adjust it here too so I stop getting notifications.
... I should expand this script to check the wiki. --- package_versions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package_versions.py b/package_versions.py index 63eae3b..9d56659 100755 --- a/package_versions.py +++ b/package_versions.py @@ -35,7 +35,7 @@ PACKAGES = [ Package('debian', 'https://packages.debian.org/sid/tor', '0.3.2.9', DEBIAN_VERSION), Package('fedora', 'https://apps.fedoraproject.org/packages/tor', '0.3.2.9', FEDORA_VERSION), Package('gentoo', 'https://packages.gentoo.org/packages/net-vpn/tor', '0.3.2.9', None), - Package('archlinux', 'https://www.archlinux.org/packages/community/x86_64/tor/', '0.3.1.9', ARCH_LINUX_VERSION), + Package('archlinux', 'https://www.archlinux.org/packages/community/x86_64/tor/', '0.3.2.9', ARCH_LINUX_VERSION), Package('slackware', 'https://slackbuilds.org/repository/14.2/network/tor/', '0.3.2.9', 'tor-([0-9.]+).tar.gz'), Package('freebsd', 'https://www.freshports.org/security/tor/', '0.3.2.9', FREEBSD_VERSION), Package('openbsd', 'https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/net/tor/Makefile?rev=HEAD&am...', '0.3.2.9', OPENBSD_DIST_VERSION),