diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-03-25 14:37:09 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-03-25 14:37:09 +0000 |
| commit | a974758891c0925bc0f03dcce31316edd5cd4431 (patch) | |
| tree | 7c070d4f8ba37bbbabd77e282d47e2eaab4bb858 | |
| parent | 123593537b311f745700a938d3e52a66739a7907 (diff) | |
| download | alicelinux-a974758891c0925bc0f03dcce31316edd5cd4431.tar.gz alicelinux-a974758891c0925bc0f03dcce31316edd5cd4431.zip | |
libinput: updated to 1.28.0
| -rw-r--r-- | repos/extra/libinput/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/libinput/abuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/repos/extra/libinput/.checksum b/repos/extra/libinput/.checksum index 776784f8..7080d367 100644 --- a/repos/extra/libinput/.checksum +++ b/repos/extra/libinput/.checksum @@ -1 +1 @@ -a0c4ba7c14cfe9b1059d24e3aece785800f9ef832650e527086e64c6304a43b3 libinput-1.27.1.tar.gz +63b1cae57d0b359ec3d60c8cb67f049e3c6729050a3a7adf64ee450aeb249cfb libinput-1.28.0.tar.gz diff --git a/repos/extra/libinput/abuild b/repos/extra/libinput/abuild index 8718eaa3..4d6b3250 100644 --- a/repos/extra/libinput/abuild +++ b/repos/extra/libinput/abuild @@ -1,6 +1,6 @@ name=libinput -version=1.27.1 -release=2 +version=1.28.0 +release=1 source="https://gitlab.freedesktop.org/$name/$name/-/archive/$version/$name-$version.tar.gz" build_opt="-Ddebug-gui=false -Dtests=false -Dlibwacom=false -Dzshcompletiondir=no" |