mirror of
https://github.com/YunoHost-Apps/libreddit_ynh.git
synced 2024-09-03 19:36:05 +02:00
commit
dee86be0a1
5 changed files with 8 additions and 8 deletions
6
.github/workflows/updater.sh
vendored
6
.github/workflows/updater.sh
vendored
|
@ -100,9 +100,9 @@ cat <<EOT > conf/$src.src
|
|||
SOURCE_URL=$asset_url
|
||||
SOURCE_SUM=$checksum
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=$extension
|
||||
SOURCE_IN_SUBDIR=true
|
||||
SOURCE_FILENAME=
|
||||
SOURCE_IN_SUBDIR=false
|
||||
SOURCE_FILENAME=libreddit
|
||||
SOURCE_EXTRACT=false
|
||||
EOT
|
||||
echo "... conf/$src.src updated"
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ Libreddit is a portmanteau of "libre" (meaning freedom) and "Reddit". It is a pr
|
|||
🔒 Secure: strong Content Security Policy prevents browser requests to Reddit
|
||||
|
||||
|
||||
**Shipped version:** 0.22.5~ynh1
|
||||
**Shipped version:** 0.22.6~ynh1
|
||||
|
||||
**Demo:** https://libreddit.spike.codes/
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ Libreddit is a portmanteau of "libre" (meaning freedom) and "Reddit". It is a pr
|
|||
🔒 Secure: strong Content Security Policy prevents browser requests to Reddit
|
||||
|
||||
|
||||
**Version incluse :** 0.22.5~ynh1
|
||||
**Version incluse :** 0.22.6~ynh1
|
||||
|
||||
**Démo :** https://libreddit.spike.codes/
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/spikecodes/libreddit/releases/download/v0.22.5/libreddit
|
||||
SOURCE_SUM=467e85cd9e8d4470afa9b2dd06fe12eff3adb87bb5ddd28858d2463cb52fbe54
|
||||
SOURCE_URL=https://github.com/spikecodes/libreddit/releases/download/v0.22.6/libreddit
|
||||
SOURCE_SUM=cb7a09d39c78f3a2a4b55c32b67f79f52f78bde53ff8a549dced5d3b8b8df8f2
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_IN_SUBDIR=false
|
||||
SOURCE_FILENAME=libreddit
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Libre alternative to Reddit",
|
||||
"fr": "Alternative libre à Reddit"
|
||||
},
|
||||
"version": "0.22.5~ynh1",
|
||||
"version": "0.22.6~ynh1",
|
||||
"url": "https://libreddit.spike.codes/",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue