[gimp-web] themes: download macOS packages on macos/ now instead of osx/.



commit 9c6118745ffe227bf71f0996114b0fb47894ac05
Author: Jehan <jehan girinstud io>
Date:   Mon Dec 6 14:47:09 2021 +0100

    themes: download macOS packages on macos/ now instead of osx/.
    
    Fortunately I tested on testing and realized it was failing before we
    published!
    I am still going to make a symlink from v2.99/macos/ to v2.99/osx/ on
    the download server, but if we were to wait for this change to
    propagate to mirrors, we'd have to publish a day later, whereas updating
    the website would be near-instant. Anyway "macOS" is the official naming
    now, so it's better to make it the new official folder name starting
    from the 2.99/3.0 series.

 themes/newgimp/templates/downloads-development.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/themes/newgimp/templates/downloads-development.html 
b/themes/newgimp/templates/downloads-development.html
index 32e7ce33..31f4b863 100644
--- a/themes/newgimp/templates/downloads-development.html
+++ b/themes/newgimp/templates/downloads-development.html
@@ -214,13 +214,13 @@
 
         <p class='buttons'>
             <span class='win-button' id='osx-torrent'>
-                <a href="//download.gimp.org/pub/gimp/v{{ MACOS_VER_DEVELOPMENT.split('.')[0]}}.{{ 
MACOS_VER_DEVELOPMENT.split('.')[1]}}/osx/{{ MACOS_FILE_DEVELOPMENT }}.torrent">
+                <a href="//download.gimp.org/pub/gimp/v{{ MACOS_VER_DEVELOPMENT.split('.')[0]}}.{{ 
MACOS_VER_DEVELOPMENT.split('.')[1]}}/macos/{{ MACOS_FILE_DEVELOPMENT }}.torrent">
                     Download GIMP&nbsp;{{ MACOS_VER_DEVELOPMENT }}<br/>
                     via BitTorrent
                 </a>
             </span>
             <span class='win-button'>
-                <a href="//download.gimp.org/mirror/pub/gimp/v{{ MACOS_VER_DEVELOPMENT.split('.')[0]}}.{{ 
MACOS_VER_DEVELOPMENT.split('.')[1]}}/osx/{{ MACOS_FILE_DEVELOPMENT }}">
+                <a href="//download.gimp.org/mirror/pub/gimp/v{{ MACOS_VER_DEVELOPMENT.split('.')[0]}}.{{ 
MACOS_VER_DEVELOPMENT.split('.')[1]}}/macos/{{ MACOS_FILE_DEVELOPMENT }}">
                     Download GIMP&nbsp;{{ MACOS_VER_DEVELOPMENT }}<br/>
                     directly
                 </a>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]