Skip to content

Commit 646f5f4

Browse files
committed
Fix measure link
1 parent 0dbf444 commit 646f5f4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/chsrc-main.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
* | juzeon <[email protected]>
2424
* |
2525
* Created On : <2023-08-28>
26-
* Last Modified : <2025-03-04>
26+
* Last Modified : <2025-03-09>
2727
*
2828
* chsrc: Change Source —— 全平台通用命令行换源工具
2929
* ------------------------------------------------------------*/
3030

31-
#define Chsrc_Version "0.2.0-dev1"
32-
#define Chsrc_Release_Date "2024/12/18"
31+
#define Chsrc_Version "0.2.0-beta1"
32+
#define Chsrc_Release_Date "2025/03/09"
3333
#define Chsrc_Maintain_URL "https://github.com/RubyMetric/chsrc"
3434
#define Chsrc_Maintain_URL2 "https://gitee.com/RubyMetric/chsrc"
3535

src/framework/mirror.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
* Contributors : Shengwei Chen <[email protected]>
88
* |
99
* Created On : <2023-08-29>
10-
* Last Modified : <2025-03-04>
10+
* Last Modified : <2025-03-09>
1111
*
1212
* 通用镜像站
1313
* ------------------------------------------------------------*/
1414

15-
#define Big_File_ubuntu "/24.04/ubuntu-24.04.1-desktop-amd64.iso" // 5.8 GB
15+
#define Big_File_ubuntu "/18.04/ubuntu-18.04.6-desktop-amd64.iso" // 2.3 GB
1616
#define Big_File_ctan "/systems/texlive/Images/texlive.iso" // 4.8 GB
1717
#define Big_File_archlinux "/iso/latest/archlinux-x86_64.iso" // 800 MB
1818
#define Big_File_deepin "/20.9/deepin-desktop-community-20.9-amd64.iso" // 4 GB

0 commit comments

Comments
 (0)