gitea-action
6047281b36
alist: bump to v3.37.3
2024-09-17 02:00:12 +08:00
gitea-action
01a2435be9
alist: bump to v3.37.2
2024-09-14 01:00:05 +08:00
sbwml
d292530c8d
alist: bump to v3.37.1
2024-09-08 15:00:08 +08:00
sbwml
8bcb6b05dd
alist: bump to v3.37.0
2024-09-08 14:53:50 +08:00
actions
1ccfea3e2b
alist: bump to v3.36.0
2024-07-21 22:18:55 +08:00
sbwml
8b2fb45d18
alist: localizing static resources
...
Signed-off-by: sbwml <admin@cooluc.com>
2024-06-10 06:04:56 +08:00
sbwml
5b67ca7bc9
alist: add build information
...
Signed-off-by: sbwml <admin@cooluc.com>
2024-06-10 05:27:55 +08:00
sbwml
18867f02bd
alist: drop lark driver for 32-bit targets
...
Signed-off-by: sbwml <admin@cooluc.com>
2024-05-24 22:25:00 +08:00
actions
b66cc9c87d
alist: bump to v3.35.0
2024-05-23 20:20:13 +08:00
actions
81aad71c24
alist: bump to v3.34.0
2024-05-03 00:40:14 +08:00
sbwml
e22fb508a5
alist: fix eabi soft-float error
...
* golang-values.mk defaults to using soft-float (GOARM="5") on architectures that do not support fpu.
* However,`$(GO_PKG_TARGET_VARS)` by default passes `TARGET_CFLAGS` & `TARGET_LDFLAGS`.
* Which would break soft-float. To resolve the soft-float issue, it should be set to an undefined state.
Signed-off-by: sbwml <admin@cooluc.com>
2024-04-09 14:20:09 +08:00
Simon Shi
dd00c5eea7
bump version
2024-04-04 00:35:41 +08:00
sbwml
dc7d9b8dc4
alist: fix typo error
...
Signed-off-by: sbwml <admin@cooluc.com>
2024-03-30 09:03:34 +08:00
sbwml
baa383cec9
alist: move config/init.d to alist package
...
Signed-off-by: sbwml <admin@cooluc.com>
2024-03-27 21:00:26 +08:00
actions
307114ea60
alist: bump to v3.33.0
2024-03-25 23:40:09 +08:00
Bard
e6cd457e2f
alist: update official website address
2024-03-23 03:38:38 +08:00
actions
b2afb441fb
alist: bump to v3.32.0
2024-03-02 16:20:09 +08:00
actions
14cf768d9f
alist: bump to v3.31.0
2024-02-23 21:40:10 +08:00
actions
c3d553d4f9
alist: bump to v3.30.0
2024-01-05 16:40:10 +08:00
actions
d619d742f0
alist: bump to v3.29.1
2023-11-26 06:20:07 +08:00
sbwml
d07f0eb8c9
Revert "alist: bump to v3.29.1"
...
This reverts commit c3b2a36249
.
2023-11-26 06:05:35 +08:00
actions
c3b2a36249
alist: bump to v3.29.1
2023-11-25 15:40:08 +08:00
actions
fd0ad90922
alist: bump to v3.29.0
2023-11-24 19:40:10 +08:00
actions
7439c8d619
alist: bump to v3.28.0
2023-09-22 23:00:13 +08:00
actions
830bb2e1b8
alist: bump to v3.27.0
2023-09-04 00:23:37 +08:00
actions
1d4382cde6
alist: bump to v3.26.0
2023-08-21 15:20:07 +08:00
Bard
683aa2b2e2
alist: add dependency on ca-bundle
2023-08-09 07:05:19 +08:00
actions
68c6f1a8f2
alist: bump to v3.25.1
2023-08-07 20:20:10 +08:00
Bard
822d027124
alist: refresh hash
2023-07-31 03:10:46 +08:00
actions
d4f2700361
alist: bump to v3.24.0
2023-07-30 16:00:07 +08:00
actions
a6ccbfc74b
alist: bump to v3.23.0
2023-07-21 21:20:12 +08:00
actions
63cf913fab
alist: bump to v3.22.1
2023-07-16 16:00:08 +08:00
actions
70e790c60f
alist: bump to v3.22.0
2023-07-15 20:40:08 +08:00
actions
2cb520c5a2
alist: bump to v3.21.0
2023-07-11 22:40:08 +08:00
actions
fc777c87fc
alist: bump to v3.20.1
2023-07-11 22:20:08 +08:00
actions
359331dff9
alist: bump to v3.21.0
2023-07-11 22:00:10 +08:00
actions
e19f8ff15b
alist: bump to v3.20.1
2023-07-05 14:03:45 +08:00
actions
fe5e7e8aed
alist: bump to v3.20.0
2023-07-04 21:40:07 +08:00
actions
4c1f9b0f91
alist: bump to v3.19.0
2023-06-17 21:00:08 +08:00
actions
bf8d4d43c1
alist: bump to v3.18.0
2023-05-28 20:00:09 +08:00
sbwml
df475d1b57
alist: fix build for openwrt snapshot #68
...
PKG_USE_MIPS16 has been deprecated by OpenWrt Snapshots
2023-05-26 23:06:22 +08:00
sbwml
ef55fcb060
alist: fix compilation with musl 1.2.4
...
* musl-1.2.4: On the API level, the legacy "LFS64" ("large file support") interfaces, which were provided by macros remapping them to their standard names (`#define stat64 stat` and similar) have been deprecated and are no longer provided under the `_GNU_SOURCE` feature profile, only under explicit `_LARGEFILE64_SOURCE`. The latter will also be removed in a future version. Builds broken by this change can be fixed short-term by adding `-D_LARGEFILE64_SOURCE` to `CFLAGS`, but should be fixed to use the standard interfaces.
2023-05-17 22:29:46 +08:00
sbwml
d2ff7f4526
alist: bump to v3.17.0
2023-05-14 17:20:07 +08:00
sbwml
1e6669495a
alist: Makefile: tidy code
2023-05-07 09:49:36 +08:00
sbwml
89407d2ef5
alist: bump to v3.16.3
2023-04-28 00:20:08 +08:00
sbwml
5055007ea6
alist: bump to v3.16.2
2023-04-27 22:00:09 +08:00
sbwml
8805cf7e60
alist: bump to v3.16.1
2023-04-26 23:00:08 +08:00
sbwml
a854f568d3
alist: bump to v3.16.0
2023-04-14 22:00:10 +08:00
sbwml
fa2a092ccc
alist: bump to v3.15.1
2023-04-07 00:20:07 +08:00
sbwml
901d9f8044
alist: bump to v3.15.0
2023-03-25 20:00:08 +08:00