diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-01-29 01:07:32 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-01-29 01:07:32 +0800 |
| commit | 90d7686148b4bf5fd9fd35164542d7ecbd77f441 (patch) | |
| tree | d2a751759e4cf31779b56ff71cd9f56b182857b1 /repos/extra/x265/abuild | |
| parent | 8afa971c3d87ab7aa789b6ab29406ae2e256c48e (diff) | |
| download | alicelinux-90d7686148b4bf5fd9fd35164542d7ecbd77f441.tar.gz alicelinux-90d7686148b4bf5fd9fd35164542d7ecbd77f441.zip | |
x265: updated to 4.1
Diffstat (limited to 'repos/extra/x265/abuild')
| -rw-r--r-- | repos/extra/x265/abuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repos/extra/x265/abuild b/repos/extra/x265/abuild index 3aac0cc3..76f41883 100644 --- a/repos/extra/x265/abuild +++ b/repos/extra/x265/abuild @@ -1,6 +1,6 @@ name=x265 -version=20240216 +version=4.1 release=1 -source="https://anduin.linuxfromscratch.org/BLFS/$name/$name-$version.tar.xz" +source="https://bitbucket.org/multicoreware/x265_git/downloads/x265_${version}.tar.gz" build_opt="-DGIT_ARCHETYPE=1 " -build_dir=$name-$version/source +build_dir=x265_${version}/source |