diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-09-26 00:00:13 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-09-26 00:00:13 +0000 |
| commit | 94553a86d352ce750fb90e8522253a4aaece6468 (patch) | |
| tree | ab0197db8c1060aaaed7021b84a8d6825555fff0 /cmake/abuild | |
| parent | 7c87e38c1d521805c6cdeb0f660fa9bbe0c3a475 (diff) | |
| download | alicelinux-94553a86d352ce750fb90e8522253a4aaece6468.tar.gz alicelinux-94553a86d352ce750fb90e8522253a4aaece6468.zip | |
Woodpecker CI 4eb8a9d48cc6f098abcd134ebec2ba629e435701 [SKIP CI]
Diffstat (limited to 'cmake/abuild')
| -rw-r--r-- | cmake/abuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmake/abuild b/cmake/abuild index 8ee4fdd1..a7a344ca 100644 --- a/cmake/abuild +++ b/cmake/abuild @@ -1,7 +1,8 @@ name=cmake version=4.1.1 release=1 -source="https://$name.org/files/v${version%.*}/$name-$version.tar.gz" +source="https://$name.org/files/v${version%.*}/$name-$version.tar.gz + curl.patch" build() { if command -v cmake >/dev/null; then |