Merge pull request #4821 from antonlacon/libevent-url

libevent: fix PKG_URL
This commit is contained in:
Christian Hewitt 2021-01-01 08:17:53 +04:00 committed by GitHub
commit f1d222e4f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"