summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/tor-src-bundle.cfg4
-rw-r--r--config/tor-src-package.cfg9
-rw-r--r--config/tor-win32-bundle.cfg4
-rw-r--r--config/tor-win32-package.cfg8
4 files changed, 12 insertions, 13 deletions
diff --git a/config/tor-src-bundle.cfg b/config/tor-src-bundle.cfg
index 3f2e72e..d063475 100644
--- a/config/tor-src-bundle.cfg
+++ b/config/tor-src-bundle.cfg
@@ -2,9 +2,9 @@
# The name of this bundle.
name = "tor-source-bundle"
# Version of the bundle
-version = [0, 2, 1, 6]
+version = [0, 2, 1, 9]
# Where does it go in the repository?
-location = "/bundleinfo/tor/source/tor-source-bundle-0.2.1.6.txt"
+location = "/bundleinfo/tor/source/tor-source-bundle-0.2.1.9.txt"
os = "source"
arch = "noarch"
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.""")
diff --git a/config/tor-win32-bundle.cfg b/config/tor-win32-bundle.cfg
index cf485b4..3a3a163 100644
--- a/config/tor-win32-bundle.cfg
+++ b/config/tor-win32-bundle.cfg
@@ -2,9 +2,9 @@
# The name of this bundle.
name = "tor-win32-bundle"
# Version of the bundle
-version = [0, 2, 1, 7]
+version = [0, 2, 1, 9]
# Where does it go in the repository?
-location = "/bundleinfo/tor/win32/tor-win32-bundle-0.2.1.7.txt"
+location = "/bundleinfo/tor/win32/tor-win32-bundle-0.2.1.9.txt"
os = "win32"
arch = "x86"
diff --git a/config/tor-win32-package.cfg b/config/tor-win32-package.cfg
index 4f0e90c..56f5d9a 100644
--- a/config/tor-win32-package.cfg
+++ b/config/tor-win32-package.cfg
@@ -3,13 +3,13 @@
name = "tor"
# Encodes current version
-version = [0, 2, 1, 8]
+version = [0, 2, 1, 9]
# Where in the repository does it go?
-location = "/pkginfo/tor/win32/tor-0.2.1.8-alpha.txt"
+location = "/pkginfo/tor/win32/tor-0.2.1.9-alpha.txt"
# Where in the repository does its underlying rpm or exe (etc) file go?
-relpath = "/data/win32/tor-0.2.1.8-alpha.msi"
+relpath = "/data/win32/tor-0.2.1.9-alpha.msi"
# Decriptions of the package.
ShortDesc('en', "Tor-dev win32 installer")
@@ -18,5 +18,5 @@ LongDesc('en', "This is the dev-series Tor exe for Windows, with MSI installer."
format = "win32"
command_install = [ 'msiexec', '/i', "${FILE}", 'NOSC=1', '/qn' ]
exe_registry_ent = [ r'HKEY_CURRENT_USER\Software\Tor\Version',
- '0.2.1.8-alpha-dev' ]
+ '0.2.1.9-alpha' ]