mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
liburing: fix distfile
This commit is contained in:
parent
f93d1484cb
commit
54c4ac7a44
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ maintainer="Dragon Friend <friend-dragon@proton.me>"
|
||||||
license="LGPL-2.1-only"
|
license="LGPL-2.1-only"
|
||||||
homepage="https://git.kernel.dk/cgit/liburing"
|
homepage="https://git.kernel.dk/cgit/liburing"
|
||||||
changelog="https://git.kernel.dk/cgit/liburing/plain/CHANGELOG"
|
changelog="https://git.kernel.dk/cgit/liburing/plain/CHANGELOG"
|
||||||
distfiles="https://git.kernel.dk/cgit/liburing/snapshot/liburing-${version}.tar.gz"
|
distfiles="https://github.com/axboe/liburing/archive/refs/tags/liburing-${version}.tar.gz"
|
||||||
checksum=96a04054158a89d02c28eadc7cc7db5ac0d8049120f9cb78765e961a312ca2e3
|
checksum=456f5f882165630f0dc7b75e8fd53bd01a955d5d4720729b4323097e6e9f2a98
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
make -C test
|
make -C test
|
||||||
|
|
Loading…
Add table
Reference in a new issue