mirror of
https://github.com/YunoHost-Apps/ttrss_ynh.git
synced 2024-10-01 13:34:46 +02:00
Fix upstream source URL and upgrade to latest version (#34)
* [fix] source * [fix] Archive * {fix] Version
This commit is contained in:
parent
8546471bc9
commit
605cb92120
1 changed files with 2 additions and 2 deletions
|
@ -5,10 +5,10 @@
|
|||
APPNAME="ttrss"
|
||||
|
||||
# ttrss version, use latest commit found here: https://tt-rss.org/fox/tt-rss/commits/master
|
||||
VERSION="6fd03996"
|
||||
VERSION="09628e1b1a"
|
||||
|
||||
# Remote URL to fetch ttrss tarball
|
||||
TTRSS_BINARY_URL="https://tt-rss.org/fox/tt-rss/repository/archive.zip?ref=${VERSION}"
|
||||
TTRSS_BINARY_URL="https://git.tt-rss.org/git/tt-rss/archive/${VERSION}.zip"
|
||||
|
||||
#
|
||||
# Common helpers
|
||||
|
|
Loading…
Add table
Reference in a new issue