diff --git a/README.md b/README.md index 5cfcc36..72c49d1 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. It's currently looking for new maintainer(s), so feel free to give a shout if you're interested in!** -**Shipped version:** 2.1.4 +**Shipped version:** 2.2.1 [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 dfb0742..fd4d8a9 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ }, "url": "https://www.wallabag.org", "license": "MIT", - "version": "2.1.4", + "version": "2.2.1", "maintainer": { "name": "jerome", "email": "jerome@yunohost.org" diff --git a/scripts/_common.sh b/scripts/_common.sh index 5585ee5..856ba86 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,7 +3,7 @@ # # Wallabag version -VERSION="2.1.4" +VERSION="2.2.1" # Package name for Wallabag dependencies DEPS_PKG_NAME="wallabag-deps" @@ -12,7 +12,7 @@ DEPS_PKG_NAME="wallabag-deps" WALLABAG_SOURCE_URL="https://static.wallabag.org/releases/wallabag-release-${VERSION}.tar.gz" # Full Wallabag sources tarball checksum -WALLABAG_SOURCE_SHA256="eb64205a4d7c161527edd08bed22e8dd9799fe8a4130c5964c18cba3a94c9768" +WALLABAG_SOURCE_SHA256="0f60cbab3c89be14a0ae9ce5dbb924458f6527b707847b27097fe91bdd74e14e" # App package root directory should be the parent folder PKGDIR=$(cd ../; pwd)