diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-11 15:07:30 -0500 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-11 15:07:30 -0500 |
commit | 3f5f013ae6218b67467b7d6329383049d5bc6240 (patch) | |
tree | 028dece71ad1659c0f632572a0bc659816ee43ce /python/kallithea-frontend | |
parent | 83e4ceb634a48606b9b88c728510c14b3d52c287 (diff) |
python/kallithea-frontend: Fix download URL.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/kallithea-frontend')
-rw-r--r-- | python/kallithea-frontend/README | 9 | ||||
-rw-r--r-- | python/kallithea-frontend/kallithea-frontend.SlackBuild | 2 | ||||
-rw-r--r-- | python/kallithea-frontend/kallithea-frontend.info | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/python/kallithea-frontend/README b/python/kallithea-frontend/README index c104099dd3f6..f55ff3b52020 100644 --- a/python/kallithea-frontend/README +++ b/python/kallithea-frontend/README @@ -3,9 +3,10 @@ The same result can be achieved, with npm installed, by running: # kallithea-cli front-end-build npm is found on nodejs package available on Slackbuilds. -This package is simply a way to deploy more easily the Kallithea front-end. -Without having to install nodejs, or to have internet access. +This package is simply a way to deploy more easily the Kallithea +front-end. Without having to install nodejs, or to have internet +access. This is flawed as it is stuck in time, and if npm packages are updated -it won't be reflected here. But there will be a new version for each new -version of Kallithea.
\ No newline at end of file +it won't be reflected here. But there will be a new version for each +new version of Kallithea. diff --git a/python/kallithea-frontend/kallithea-frontend.SlackBuild b/python/kallithea-frontend/kallithea-frontend.SlackBuild index e42bc198e950..c6592854608c 100644 --- a/python/kallithea-frontend/kallithea-frontend.SlackBuild +++ b/python/kallithea-frontend/kallithea-frontend.SlackBuild @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # SlackBuild script for kallithea-frontend. # Yth | Pont-en-Royans, France | yth@ythogtha.org diff --git a/python/kallithea-frontend/kallithea-frontend.info b/python/kallithea-frontend/kallithea-frontend.info index 7b3cd3fdb28b..c7ccaf2dacdb 100644 --- a/python/kallithea-frontend/kallithea-frontend.info +++ b/python/kallithea-frontend/kallithea-frontend.info @@ -1,7 +1,7 @@ PRGNAM="kallithea-frontend" VERSION="0.7.0" HOMEPAGE="https://kallithea-scm.org/" -DOWNLOAD="https://sourceforge.net/projects/slackbuildsdirectlinks/files/kallithea/kallithea-frontend-0.7.0.tar.xz" +DOWNLOAD="https://sourceforge.net/projects/slackbuildsdirectlinks/files/kallithea-frontend/kallithea-frontend-0.7.0.tar.xz" MD5SUM="81a99afd8fa3de0fec3b2cc75669ff5d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |