summaryrefslogtreecommitdiff
path: root/config/tor-src-package.cfg
diff options
context:
space:
mode:
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.""")