From 136871c017aa188b316d8222cd500d89529b8746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Sun, 5 Jun 2016 16:00:47 +0200 Subject: [PATCH] [enh] Update Wallabag to v2.0.5 --- README.md | 2 +- manifest.json | 2 +- scripts/_common.sh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1d90586..e15e9d0 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ to see what's not done yet. Also, note that you should install this app for testing purpose only since there is no guarantee that the upgrade works at the current state.** -**Shipped version:** 2.0.4 +**Shipped version:** 2.0.5 [Wallabag](https://www.wallabag.org/) is a self hostable application allowing you to not miss any content anymore. Click, save, read it when you can. It diff --git a/manifest.json b/manifest.json index af431b6..dffb031 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ }, "url": "https://www.wallabag.org", "license": "MIT", - "version": "2.0.4", + "version": "2.0.5", "maintainer": { "name": "jerome", "email": "jerome@yunohost.org" diff --git a/scripts/_common.sh b/scripts/_common.sh index f3ea27f..cde734b 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,7 +3,7 @@ # # Wallabag version -VERSION=2.0.4 +VERSION=2.0.5 # Package name for Wallabag dependencies DEPS_PKG_NAME="wallabag-deps" @@ -15,7 +15,7 @@ DEPS_PKG_NAME="wallabag-deps" WALLABAG_SOURCE_URL="https://framabag.org/wallabag-release-${VERSION}.tar.gz" # Full Wallabag sources tarball checksum -WALLABAG_SOURCE_SHA256="ffc19e6875463ce7407934acbd98ce6c66e6feb9de0314ea47cf88e4ab007897" +WALLABAG_SOURCE_SHA256="c3df0fe67782538cc7fbdeedb48845a8a23eceb11b58888fbd8ee3b97f8842fc" # App package root directory should be the parent folder PKGDIR=$(cd ../; pwd)