nzbget: update to 17.0.
This commit is contained in:
parent
f576c789ba
commit
ef70620e72
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'nzbget'
|
# Template file for 'nzbget'
|
||||||
pkgname=nzbget
|
pkgname=nzbget
|
||||||
version=16.4
|
version=17.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-tlslib=OpenSSL
|
configure_args="--with-tlslib=OpenSSL
|
||||||
|
@ -15,7 +15,7 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://nzbget.net/"
|
homepage="http://nzbget.net/"
|
||||||
distfiles="https://github.com/${pkgname}/${pkgname}/releases/download/v${version}/${pkgname}-${version}-src.tar.gz"
|
distfiles="https://github.com/${pkgname}/${pkgname}/releases/download/v${version}/${pkgname}-${version}-src.tar.gz"
|
||||||
checksum=8e9e3ee75d2d08a8e438b2809f504a627a9334ed239579a540b75fa97bff4d0f
|
checksum=795c830344dcc8751a2234a8344190b3f3e48e1ce92dcff02ee0af95a5fa46ae
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i '1i#include <stdint.h>' daemon/remote/MessageBase.h
|
sed -i '1i#include <stdint.h>' daemon/remote/MessageBase.h
|
||||||
|
|
Loading…
Reference in New Issue