diff options
| author | Emmett1 <me@emmett1.my> | 2026-05-23 08:16:43 +0000 |
|---|---|---|
| committer | Emmett1 <me@emmett1.my> | 2026-05-23 08:16:43 +0000 |
| commit | 53766510b947febdc0dd32f9a418cd08430c43d7 (patch) | |
| tree | 909c6fbebe943e3aac3beb49b3415d3e5d97ef7a | |
| parent | 72abf7c4ae19068d4ce40254fb0723473e9d33ed (diff) | |
| download | alicelinux-53766510b947febdc0dd32f9a418cd08430c43d7.tar.gz alicelinux-53766510b947febdc0dd32f9a418cd08430c43d7.zip | |
libnl-tiny: fix version
| -rw-r--r-- | repos/extra/libnl-tiny/abuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/repos/extra/libnl-tiny/abuild b/repos/extra/libnl-tiny/abuild index fe6b3d98..46d7233e 100644 --- a/repos/extra/libnl-tiny/abuild +++ b/repos/extra/libnl-tiny/abuild @@ -1,5 +1,6 @@ name=libnl-tiny -version=39ec78bb012edc2739c3d3d0058e4076411068b1 +version=20220916 +commit=39ec78bb012edc2739c3d3d0058e4076411068b1 release=2 -source="$name-$version.tar.xz::https://github.com/sabotage-linux/${name}/archive/${version}.tar.gz +source="$name-$commit.tar.xz::https://github.com/sabotage-linux/${name}/archive/${commit}.tar.gz nla_s8.patch" |