summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--psiphon.conf4
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a2103c4747c..9da0b8e0efc5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = psiphon-tunnel-core-git
pkgdesc = Psiphon Tunnelling Proxy
- pkgver = 2.0.9.r2960.55e413d4
+ pkgver = 2.0.10.r3020.a9bed696
pkgrel = 1
url = https://github.com/Psiphon-Labs/psiphon-tunnel-core
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = psiphon-tunnel-core-git
source = psiphon.conf
source = psiphon.service
md5sums = SKIP
- md5sums = c99b40eb39a44e492793d5decd692bc6
+ md5sums = c1ec9a446e89495501b8375d2682aa49
md5sums = a6d6b01633a39325abbdb3597c50a4cc
pkgname = psiphon-tunnel-core-git
diff --git a/PKGBUILD b/PKGBUILD
index b5b996804d22..d790e9544e7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@
_pkgname=psiphon-tunnel-core
pkgname="$_pkgname-git"
-pkgver=2.0.9.r2960.55e413d4
+pkgver=2.0.10.r3020.a9bed696
pkgrel=1
pkgdesc='Psiphon Tunnelling Proxy'
arch=('x86_64')
@@ -32,7 +32,7 @@ source=("git+$url.git"
"psiphon.service")
backup=('etc/psiphon.conf' 'usr/lib/systemd/user/psiphon.service')
md5sums=('SKIP'
- 'c99b40eb39a44e492793d5decd692bc6'
+ 'c1ec9a446e89495501b8375d2682aa49'
'a6d6b01633a39325abbdb3597c50a4cc')
pkgver() {
diff --git a/psiphon.conf b/psiphon.conf
index 8cb9cd226c4b..7def21ab248d 100644
--- a/psiphon.conf
+++ b/psiphon.conf
@@ -1,7 +1,7 @@
{
"___comment": "More options: https://github.com/Psiphon-Labs/psiphon-tunnel-core/blob/master/psiphon/config.go",
- "___comment": "DataStoreDirectory must exist (otherwise this crashes). If the key is missing, it uses the current directory.",
- "DataStoreDirectory": "",
+ "___comment": "DataRootDirectory must exist (otherwise this crashes). If the key is missing, it uses the current directory.",
+ "DataRootDirectory": "",
"LocalHttpProxyPort": 8080,
"LocalSocksProxyPort": 1080,
"PropagationChannelId": "FFFFFFFFFFFFFFFF",