mirror of
https://github.com/YunoHost-Apps/wallabag2_ynh.git
synced 2024-10-01 13:35:06 +02:00
[enh] Update Wallabag to v2.0.5
This commit is contained in:
parent
d2158185be
commit
136871c017
3 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue