diff options
Diffstat (limited to 'config/tor-win32-package.cfg')
-rw-r--r-- | config/tor-win32-package.cfg | 8 |
1 files changed, 4 insertions, 4 deletions
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' ] |