diff --git a/README.md b/README.md index 5e5127c..7f6c23e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Wallabag v2 for Yunohost **This is a work-in-progress Wallabag v2 package for YunoHost.** -**Shipped version:** 2.0.7 +**Shipped version:** 2.0.8 [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 ecfaa46..9f74960 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ }, "url": "https://www.wallabag.org", "license": "MIT", - "version": "2.0.7", + "version": "2.0.8", "maintainer": { "name": "jerome", "email": "jerome@yunohost.org" diff --git a/scripts/_common.sh b/scripts/_common.sh index 5a84365..c8a775b 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,7 +3,7 @@ # # Wallabag version -VERSION="2.0.7" +VERSION="2.0.8" # Package name for Wallabag dependencies DEPS_PKG_NAME="wallabag-deps" @@ -12,7 +12,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="0fc5f954028be08fb78528ca473f2a73778f24689d6365eb458ae3e8ac240f94" +WALLABAG_SOURCE_SHA256="885567b000ad3ea554bb00cbc3d5efdd121854a5b8114f7e31de6bf8d49e7768" # App package root directory should be the parent folder PKGDIR=$(cd ../; pwd)