mirror of
https://github.com/YunoHost-Apps/miniflux_ynh.git
synced 2024-09-03 19:45:58 +02:00
commit
7093b8b691
7 changed files with 10 additions and 12 deletions
|
@ -17,8 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
Minimalist and opinionated RSS feed reader
|
||||
|
||||
**Shipped version:** 2.0.38~ynh1
|
||||
|
||||
**Shipped version:** 2.0.39~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -17,8 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
Minimalist and opinionated RSS feed reader
|
||||
|
||||
**Version incluse :** 2.0.38~ynh1
|
||||
|
||||
**Version incluse :** 2.0.39~ynh1
|
||||
|
||||
## Captures d'écran
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/miniflux/v2/releases/download/2.0.38/miniflux-linux-amd64
|
||||
SOURCE_SUM=310501e1fabd103607bda145874e7052271fe2028f628bbddefb3af86798b46f
|
||||
SOURCE_URL=https://github.com/miniflux/v2/releases/download/2.0.39/miniflux-linux-amd64
|
||||
SOURCE_SUM=09680f2c24869a52c7aedf958598a8cd16d2b4a6428205b0038e54748882598a
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_IN_SUBDIR=false
|
||||
SOURCE_FILENAME=miniflux
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/miniflux/v2/releases/download/2.0.38/miniflux-linux-arm64
|
||||
SOURCE_SUM=afba84621e5e28734f766e76869fbc2bac6aaf4de6dc0c9830acf626866c1e74
|
||||
SOURCE_URL=https://github.com/miniflux/v2/releases/download/2.0.39/miniflux-linux-arm64
|
||||
SOURCE_SUM=7ff9625268458c7de90c0ea79b9197011fe43ed4677b1d568354f5015810f4a6
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_IN_SUBDIR=false
|
||||
SOURCE_FILENAME=miniflux
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/miniflux/v2/releases/download/2.0.38/miniflux-linux-armv7
|
||||
SOURCE_SUM=f6d76750e51c723474bdfde6284b97a0a7bf47aaa2d08b730f3e10ef50e7d073
|
||||
SOURCE_URL=https://github.com/miniflux/v2/releases/download/2.0.39/miniflux-linux-armv7
|
||||
SOURCE_SUM=9d12803ecd569f5121b1529e67a4ad1c1c7ab842222893c7fadbb8c2bb338895
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_IN_SUBDIR=false
|
||||
SOURCE_FILENAME=miniflux
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Minimalist and opinionated RSS feed reader",
|
||||
"fr": "Agrégateur de flux RSS minimaliste"
|
||||
},
|
||||
"version": "2.0.38~ynh1",
|
||||
"version": "2.0.39~ynh1",
|
||||
"url": "https://miniflux.app/",
|
||||
"upstream": {
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
@ -83,7 +83,7 @@ then
|
|||
ynh_script_progression --message="Upgrading source files..." --weight=5
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --dest_dir=$final_path --source_id=$YNH_ARCH --keep="$final_path/$app.conf"
|
||||
ynh_setup_source --dest_dir=$final_path --source_id=$YNH_ARCH --keep="$app.conf"
|
||||
fi
|
||||
|
||||
chmod 750 "$final_path"
|
||||
|
|
Loading…
Add table
Reference in a new issue