summaryrefslogtreecommitdiff
path: root/config/tor-src-package.cfg
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2009-01-05 06:08:08 +0000
committerRoger Dingledine <arma@torproject.org>2009-01-05 06:08:08 +0000
commit74d36d1652fb6491d9bc42a53f469886c24945ee (patch)
tree4a000a7ecead4c5b6ce48a1d3149335c898607d8 /config/tor-src-package.cfg
parent5e0f9009a2463e6658a5244b05838c0e2361761a (diff)
update the package and bundle files for 0.2.1.9-alpha
git-svn-id: file:///home/or/svnrepo/updater/trunk@17903 55e972cd-5a19-0410-ae62-a4d7a52db4cd
Diffstat (limited to 'config/tor-src-package.cfg')
-rw-r--r--config/tor-src-package.cfg9
1 files changed, 4 insertions, 5 deletions
diff --git a/config/tor-src-package.cfg b/config/tor-src-package.cfg
index 0bafa91..1b8e949 100644
--- a/config/tor-src-package.cfg
+++ b/config/tor-src-package.cfg
@@ -1,24 +1,23 @@
-
# This is package is name 'tor-source'
name = "tor-source"
# Encodes version 0.1.2.
-version = [0, 2, 1, 6]
+version = [0, 2, 1, 9]
# What kind of package is this?
format = "src"
# Where in the repository does it go?
-location = "/pkginfo/tor/source/tor-source-0.2.1.6.txt"
+location = "/pkginfo/tor/source/tor-source-0.2.1.9.txt"
# Where in the repository does its underlying rpm or exe (etc) file go?
-relpath = "/data/tor-0.2.1.6-alpha.tar.gz"
+relpath = "/data/tor-0.2.1.9-alpha.tar.gz"
# Decriptions of the package.
ShortDesc('en', "Tor source package.")
LongDesc('en',
-"""This is an example packag of the Tor sourc code.
+"""This is an example package of the Tor sourc code.
Its description is not quite so long as it might be, but hey.""")