mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
Merge pull request #4821 from antonlacon/libevent-url
libevent: fix PKG_URL
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user