1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wallabag2_ynh.git synced 2024-10-01 13:35:06 +02:00
This commit is contained in:
lapineige 2017-02-07 10:52:46 +00:00 committed by GitHub
commit e45f9a3996
4 changed files with 7 additions and 6 deletions

View file

@ -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!** **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 [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 you to not miss any content anymore. Click, save, read it when you can. It

View file

@ -8,7 +8,8 @@ parameters:
database_path: null database_path: null
database_table_prefix: null database_table_prefix: null
database_socket: null database_socket: null
database_charset: utf8mb4
mailer_transport: smtp mailer_transport: smtp
mailer_host: 127.0.0.1 mailer_host: 127.0.0.1
mailer_user: null mailer_user: null

View file

@ -8,7 +8,7 @@
}, },
"url": "https://www.wallabag.org", "url": "https://www.wallabag.org",
"license": "MIT", "license": "MIT",
"version": "2.1.4", "version": "2.2.1",
"maintainer": { "maintainer": {
"name": "jerome", "name": "jerome",
"email": "jerome@yunohost.org" "email": "jerome@yunohost.org"

View file

@ -3,16 +3,16 @@
# #
# Wallabag version # Wallabag version
VERSION="2.1.4" VERSION="2.2.1"
# Package name for Wallabag dependencies # Package name for Wallabag dependencies
DEPS_PKG_NAME="wallabag-deps" DEPS_PKG_NAME="wallabag-deps"
# Full Wallabag sources tarball URL # Full Wallabag sources tarball URL
WALLABAG_SOURCE_URL="https://framabag.org/wallabag-release-${VERSION}.tar.gz" WALLABAG_SOURCE_URL="https://static.wallabag.org/releases/wallabag-release-${VERSION}.tar.gz"
# Full Wallabag sources tarball checksum # Full Wallabag sources tarball checksum
WALLABAG_SOURCE_SHA256="eb64205a4d7c161527edd08bed22e8dd9799fe8a4130c5964c18cba3a94c9768" WALLABAG_SOURCE_SHA256="0f60cbab3c89be14a0ae9ce5dbb924458f6527b707847b27097fe91bdd74e14e"
# App package root directory should be the parent folder # App package root directory should be the parent folder
PKGDIR=$(cd ../; pwd) PKGDIR=$(cd ../; pwd)