From 9e40365b664509b982298c48e53d335a09ca64c6 Mon Sep 17 00:00:00 2001 From: Jimmy Monin Date: Sun, 23 Jul 2017 18:15:25 +0200 Subject: [PATCH] Upgrade to upstream version 0.12.0 --- conf/app.src | 6 +++--- conf/settings.yml | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/conf/app.src b/conf/app.src index f178c06..83f754f 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/asciimoo/searx/archive/v0.11.0.tar.gz -SOURCE_SUM=dd6e595e34c3133fe27fa619725df78a -SOURCE_SUM_PRG=md5sum +SOURCE_URL=https://github.com/asciimoo/searx/archive/v0.12.0.tar.gz +SOURCE_SUM=afb2f8acd82b31dd9305a06b26dfb61985b5ccbfd1d94f711764b2fa7b4b57f4 +SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true SOURCE_FILENAME= diff --git a/conf/settings.yml b/conf/settings.yml index 015f937..faae8a3 100644 --- a/conf/settings.yml +++ b/conf/settings.yml @@ -16,7 +16,8 @@ server: http_protocol_version : "1.0" # 1.0 and 1.1 are supported ui: - themes_path : "" # Custom ui themes path - leave it blank if you didn't change + static_path : "" # Custom static path - leave it blank if you didn't change + templates_path : "" # Custom templates path - leave it blank if you didn't change default_theme : oscar # ui theme default_locale : "" # Default interface locale - leave blank to detect from browser information or use codes from the 'locales' config section