summaryrefslogtreecommitdiff
path: root/config/tor-win32-bundle.cfg
blob: 3a3a163223f7564f863c7c2126fb23d51e9ebd1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

# The name of this bundle.
name = "tor-win32-bundle"
# Version of the bundle
version = [0, 2, 1, 9]
# Where does it go in the repository?
location = "/bundleinfo/tor/win32/tor-win32-bundle-0.2.1.9.txt"
os = "win32"
arch = "x86"

# This is one of the packages in the bundle.  There can be as many as you
# like.
Package(name="tor",
	order=(10,10,10),
	optional=False)
# The "Glosses" describe a package's purpose in the bundle.
ShortGloss("en", "Tor win32 exe, only Tor.")
LongGloss("en", "Really just the Tor win32 exe.")