aboutsummaryrefslogtreecommitdiffstats
path: root/gen-download-page.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gen-download-page.sh')
-rwxr-xr-xgen-download-page.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/gen-download-page.sh b/gen-download-page.sh
index bd50237..b6b6adf 100755
--- a/gen-download-page.sh
+++ b/gen-download-page.sh
@@ -2,9 +2,9 @@
project='librb'
out='www/downloads.html'
-remote="https://distfiles.kurwinet.pl/${project}"
-gpg="https://distfiles.kurwinet.pl/bofc-signing.pub.gpg"
-asc="https://distfiles.kurwinet.pl/bofc-signing.pub.asc"
+remote="https://distfiles.bofc.pl/${project}"
+gpg="https://distfiles.bofc.pl/bofc-signing.pub.gpg"
+asc="https://distfiles.bofc.pl/bofc-signing.pub.asc"
get_files_from_remote()
{
@@ -40,9 +40,9 @@ echo "be downloaded from: <a href=\"${remote}/\">${remote}</a><br>"
echo "</p>"
echo "<h1>git</h1>"
echo "<p>"
-echo "git clone git@kurwinet.pl:${project}<br>"
-echo "git clone git://kurwinet.pl/${project}<br>"
-echo "git clone http://git.kurwinet.pl/${project}<br>"
+echo "git clone git@bofc.pl:${project}<br>"
+echo "git clone git://bofc.pl/${project}<br>"
+echo "git clone http://git.bofc.pl/${project}<br>"
echo "</p>"
echo "<h1>tarballs (source code)</h1>"