diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-07-25 00:57:02 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-07-25 00:57:02 +0800 |
| commit | c98679c5616dd5a4f0a7b1a5aebb447f01c29ab1 (patch) | |
| tree | f6dc35bdb6ff8bb27e6ae565ea38a1224421944d /repos/extra/pixman/abuild | |
| parent | 3b9441dc9e6629e2cf9bf9525aa8d1465468cafc (diff) | |
| download | alicelinux-c98679c5616dd5a4f0a7b1a5aebb447f01c29ab1.tar.gz alicelinux-c98679c5616dd5a4f0a7b1a5aebb447f01c29ab1.zip | |
pixman: updated to 0.46.4
Diffstat (limited to 'repos/extra/pixman/abuild')
| -rw-r--r-- | repos/extra/pixman/abuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repos/extra/pixman/abuild b/repos/extra/pixman/abuild index 4bc70aca..58d0ac48 100644 --- a/repos/extra/pixman/abuild +++ b/repos/extra/pixman/abuild @@ -1,4 +1,4 @@ name=pixman -version=0.46.2 +version=0.46.4 release=1 -source="https://www.cairographics.org/releases/$name-$version.tar.gz" +source="https://www.x.org/releases/individual/lib/pixman-$version.tar.xz" |