diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-26 23:27:30 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-26 23:27:30 +0800 |
| commit | 662ee7447fe7cee6bfe689dbaed816ef8aa1e5f7 (patch) | |
| tree | 869d77d267411774ac1994531a0f92aa4a67cdb9 /repos/xorg/libnl/abuild | |
| parent | dc28dc472f3ded2daf25b6080f9440fc9b521573 (diff) | |
| download | alicelinux-662ee7447fe7cee6bfe689dbaed816ef8aa1e5f7.tar.gz alicelinux-662ee7447fe7cee6bfe689dbaed816ef8aa1e5f7.zip | |
libnl: updated to 3.10.0
Diffstat (limited to 'repos/xorg/libnl/abuild')
| -rw-r--r-- | repos/xorg/libnl/abuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repos/xorg/libnl/abuild b/repos/xorg/libnl/abuild index f9061da7..d86f420a 100644 --- a/repos/xorg/libnl/abuild +++ b/repos/xorg/libnl/abuild @@ -1,5 +1,5 @@ name=libnl -version=3.9.0 +version=3.10.0 v=$(echo $version | sed 's/\./_/g') release=1 source="https://github.com/thom311/$name/releases/download/$name${v}/$name-$version.tar.gz" |