mirror of
https://github.com/YunoHost-Apps/libreddit_ynh.git
synced 2024-09-03 19:36:05 +02:00
Update updater.sh
This commit is contained in:
parent
7ae8f7f4d2
commit
87a0c9563d
1 changed files with 3 additions and 3 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_URL=$asset_url
|
||||||
SOURCE_SUM=$checksum
|
SOURCE_SUM=$checksum
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=$extension
|
SOURCE_IN_SUBDIR=false
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_FILENAME=libreddit
|
||||||
SOURCE_FILENAME=
|
SOURCE_EXTRACT=false
|
||||||
EOT
|
EOT
|
||||||
echo "... conf/$src.src updated"
|
echo "... conf/$src.src updated"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue