diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-06-17 14:14:20 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-06-17 14:14:20 +0000 |
| commit | 81b33226d85afcbe57a6f6a1bb25c7d28c0e9361 (patch) | |
| tree | c402f1bab185b6c87fa68267022f70b04076feca | |
| parent | 7f5acb89146ffd3ca475fd90ac974be5e7d16739 (diff) | |
| download | alicelinux-81b33226d85afcbe57a6f6a1bb25c7d28c0e9361.tar.gz alicelinux-81b33226d85afcbe57a6f6a1bb25c7d28c0e9361.zip | |
Woodpecker CI ca021e3c64467dd353d387ef46b8736126e20cf6 [SKIP CI]
| -rw-r--r-- | sfm/.files | 1 | ||||
| -rw-r--r-- | sfm/.shasum | 2 | ||||
| -rw-r--r-- | sfm/abuild | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/sfm +-rwxr-xr-x root/root usr/bin/sfm.sh drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ diff --git a/sfm/.shasum b/sfm/.shasum index 8b759920..73e9775a 100644 --- a/sfm/.shasum +++ b/sfm/.shasum @@ -1 +1 @@ -8488e9a1b653eaa31a41e1228b9a67a3d5187451fbc36ea94158aa8c sfm-v0.6.tar.gz +1cd775e99d33b9645e75bc965dd90c8a70decda4639d4d59889ac261 sfm-v1.0.tar.gz @@ -1,5 +1,5 @@ name=sfm -version=0.6 +version=1.0 release=1 source="https://emmett1.my/pub/release/${name}-v${version}.tar.gz" |