Skip to content

Commit fd4bb64

Browse files
authored
Let's use SourceForge.net CDN for storing the stars catalogs (#4460)
1 parent a6148f2 commit fd4bb64

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/core/modules/StarMgr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Q_GLOBAL_STATIC(QStringList, objtype_array);
6868
// This number must be incremented each time the content or file format of the stars catalogs change
6969
// It can also be incremented when the defaultStarsConfig.json file change.
7070
// It should always match the version field of the defaultStarsConfig.json file
71-
static const int StarCatalogFormatVersion = 24;
71+
static const int StarCatalogFormatVersion = 25;
7272

7373
// Initialise statics
7474
bool StarMgr::flagSciNames = true;

stars/hip_gaia3/defaultStarsConfig.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": 24,
2+
"version": 25,
33
"hipSpectralFile": "stars_hip_sp_0v0_6.cat",
44
"objecttypesFile": "object_types_v0_1.cat",
55
"catalogs":
@@ -46,7 +46,7 @@
4646
"count": 1.7,
4747
"magRange": [10.50, 12.00],
4848
"sizeMb": 53.1,
49-
"url": "https://github.com/Stellarium/stellarium-data/releases/download/stars-3.0/stars_4_1v0_6.cat",
49+
"url": "https://sourceforge.net/projects/stellarium/files/Extra-data-files/stars-3.0/stars_4_1v0_6.cat/download",
5050
"checksum": "f5e57f400291d3d0c247ec669b1a4a07",
5151
"checked": false
5252
},
@@ -56,7 +56,7 @@
5656
"count": 8.0,
5757
"magRange": [12, 13.75],
5858
"sizeMb": 245,
59-
"url": "https://github.com/Stellarium/stellarium-data/releases/download/stars-3.0/stars_5_1v0_6.cat",
59+
"url": "https://sourceforge.net/projects/stellarium/files/Extra-data-files/stars-3.0/stars_5_1v0_6.cat/download",
6060
"checksum": "eb2834985d5885ac03695084cded6897",
6161
"checked": false
6262
},
@@ -66,7 +66,7 @@
6666
"count": 29.8,
6767
"magRange": [13.75, 15.50],
6868
"sizeMb": 912,
69-
"url": "https://github.com/Stellarium/stellarium-data/releases/download/stars-3.0/stars_6_1v0_4.cat",
69+
"url": "https://sourceforge.net/projects/stellarium/files/Extra-data-files/stars-3.0/stars_6_1v0_4.cat/download",
7070
"checksum": "c971d04d40606ed889faa8258e8ec640",
7171
"checked": false
7272
},
@@ -76,7 +76,7 @@
7676
"count": 57.5,
7777
"magRange": [15.50, 16.75],
7878
"sizeMb": 1710,
79-
"url": "https://github.com/Stellarium/stellarium-data/releases/download/stars-3.0/stars_7_1v0_4.cat",
79+
"url": "https://sourceforge.net/projects/stellarium/files/Extra-data-files/stars-3.0/stars_7_1v0_4.cat/download",
8080
"checksum": "15b1d97250b20f4e8101faa75965ba6c",
8181
"checked": false
8282
},
@@ -86,7 +86,7 @@
8686
"count": 122.9,
8787
"magRange": [16.75, 18.00],
8888
"sizeMb": 1830,
89-
"url": "https://github.com/Stellarium/stellarium-data/releases/download/stars-3.0/stars_8_2v0_3.cat",
89+
"url": "https://sourceforge.net/projects/stellarium/files/Extra-data-files/stars-3.0/stars_8_2v0_3.cat/download",
9090
"checksum": "0db9c200c27f903c54fc1d4b66da1016",
9191
"checked": false
9292
}

0 commit comments

Comments
 (0)