diff --git a/README.md b/README.md index b98d3e4..ae4491e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This is a work-in-progress Wallabag v2 package for YunoHost. **NB: Since @jeromelebleu is no longer maintaining this package, I (@lapineige) take over this repository. But I have limited time and experience, so feel free to help !** -**Shipped version:** 2.2.2 +**Shipped version:** 2.2.3 [Wallabag](https://www.wallabag.org/) is a self hostable Read-It-Later application allowing you to not miss any content anymore. Click, save, read it when you can. diff --git a/manifest.json b/manifest.json index 20862b5..25e7f5c 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ }, "url": "https://www.wallabag.org", "license": "MIT", - "version": "2.2.2", + "version": "2.2.3", "maintainer": { "name": "jerome", "email": "jerome@yunohost.org" diff --git a/scripts/_common.sh b/scripts/_common.sh index d0b7d08..122a1ab 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,7 +3,7 @@ # # Wallabag version -VERSION="2.2.2" +VERSION="2.2.3" # 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="40d98bd556116dbc28f92339f0e5b93836ece87dcb01e7aaa628ea98855a1f51" +WALLABAG_SOURCE_SHA256="13fe5cb7cfc741abee08312f0055e9549e60590daff2fac41be5266f7956d857" # App package root directory should be the parent folder PKGDIR=$(cd ../; pwd)