mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
Merge pull request #4821 from antonlacon/libevent-url
libevent: fix PKG_URL
This commit is contained in:
commit
f1d222e4f2
@ -6,7 +6,7 @@ PKG_VERSION="2.1.12"
|
||||
PKG_SHA256="92e6de1be9ec176428fd2367677e61ceffc2ee1cb119035037a27d346b0403bb"
|
||||
PKG_LICENSE="BSB-3c"
|
||||
PKG_SITE="https://github.com/libevent/libevent"
|
||||
PKG_URL="https://github.com/libevent/libevent/releases/download/release-$PKG_VERSION/libevent-$PKG_VERSION-stable.tar.gz"
|
||||
PKG_URL="https://github.com/libevent/libevent/releases/download/release-${PKG_VERSION}-stable/libevent-${PKG_VERSION}-stable.tar.gz"
|
||||
PKG_LONGDESC="Event notification library"
|
||||
PKG_DEPENDS_TARGET="toolchain openssl"
|
||||
PKG_TOOLCHAIN="cmake"
|
||||
|
Loading…
x
Reference in New Issue
Block a user