diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2026-03-14 23:43:32 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2026-03-14 23:43:32 +0800 |
| commit | 6481ec703e4103ad4cf13981c246c4e5b55fc915 (patch) | |
| tree | 3e768e9fe09fa1ecfb58965a75830b1cdc4739d0 /repos/extra/sfm/abuild | |
| parent | 6635a9625a9c03e7fede015b7a3cb68ff11d698f (diff) | |
| download | alicelinux-6481ec703e4103ad4cf13981c246c4e5b55fc915.tar.gz alicelinux-6481ec703e4103ad4cf13981c246c4e5b55fc915.zip | |
sfm: new added, replacing the other sfm project
Diffstat (limited to 'repos/extra/sfm/abuild')
| -rw-r--r-- | repos/extra/sfm/abuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repos/extra/sfm/abuild b/repos/extra/sfm/abuild index 398010c7..6715ec65 100644 --- a/repos/extra/sfm/abuild +++ b/repos/extra/sfm/abuild @@ -1,4 +1,4 @@ name=sfm -version=0.4 +version=0.1 release=1 -source="https://github.com/afify/${name}/archive/v${version}/${name}-v${version}.tar.gz" +source="$name-$version.tar.gz::https://codeberg.org/emmett1/${name}/archive/${version}.tar.gz" |