Compare commits

..
1 Commits
Author SHA1 Message Date
sisungo b1fb1a5157 feat: update sed to 0.1.2-rc.1
Signed-off-by: sisungo <[email protected]>
2026-07-06 14:30:16 +08:00
2 changed files with 2 additions and 26 deletions
-24
View File
@@ -1,24 +0,0 @@
import shutil
import subprocess
from lib.make import *
version("15.1.1")
source_url("https://gitea.semilabs.org/semios/patch/archive/v15.1.1.tar.gz")
def build():
subprocess.run(["./build.sh"], check=True)
on_build(build)
def pack_patch(composer):
composer.makedir("bin")
composer.addfile("patch", "bin/patch")
package("patch")
dep("semi-libc @same-arch")
on_pack(pack_patch)
+2 -2
View File
@@ -1,8 +1,8 @@
from lib import rust
from lib.make import *
version("0.1.1")
source_url("https://github.com/uutils/sed/releases/download/0.1.1/source.tar.gz")
version("0.1.2-rc.1")
source_url("https://github.com/uutils/sed/archive/refs/tags/latest-commit.tar.gz")
def build():