nghttp2: update to 1.38.0
This commit is contained in:
parent
81d16bb8aa
commit
2f4326be03
@ -6,7 +6,7 @@
|
|||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
topdir=nghttp2
|
topdir=nghttp2
|
||||||
version=1.37.0
|
version=1.38.0
|
||||||
pkgver=1
|
pkgver=1
|
||||||
source[0]=https://github.com/${topdir}/${topdir}/releases/download/v${version}/${topdir}-${version}.tar.xz
|
source[0]=https://github.com/${topdir}/${topdir}/releases/download/v${version}/${topdir}-${version}.tar.xz
|
||||||
# If there are no patches, simply comment this
|
# If there are no patches, simply comment this
|
||||||
@ -58,6 +58,8 @@ install()
|
|||||||
${__rmdir} ${stagedir}${prefix}/${_bindir}
|
${__rmdir} ${stagedir}${prefix}/${_bindir}
|
||||||
# manpages for tools that are not packaged
|
# manpages for tools that are not packaged
|
||||||
${__rm} -rf ${stagedir}${prefix}/${_mandir}
|
${__rm} -rf ${stagedir}${prefix}/${_mandir}
|
||||||
|
|
||||||
|
compat nghttp2 1.37.0 1 1
|
||||||
}
|
}
|
||||||
|
|
||||||
reg pack
|
reg pack
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
CHANGELOG
|
CHANGELOG
|
||||||
---------
|
---------
|
||||||
|
* Fri May 17 2019 Tom G. Christensen <swpkg@jupiterrise.com> - 1.38.0-1
|
||||||
|
- Update to 1.38.0
|
||||||
|
|
||||||
* Sat Mar 23 2019 Tom G. Christensen <swpkg@jupiterrise.com> - 1.37.0-1
|
* Sat Mar 23 2019 Tom G. Christensen <swpkg@jupiterrise.com> - 1.37.0-1
|
||||||
- Initial build
|
- Initial build
|
||||||
|
@ -3,7 +3,7 @@ pkgname="${pkgprefix}ngh2"
|
|||||||
name="$topdir - HTTP/2 C Library"
|
name="$topdir - HTTP/2 C Library"
|
||||||
pkgcat="application"
|
pkgcat="application"
|
||||||
pkgvendor="https://nghttp2.org/"
|
pkgvendor="https://nghttp2.org/"
|
||||||
pkgdesc="an implementation of HTTP/2 and its header compression algorithm HPACK in C"
|
pkgdesc="An implementation of HTTP/2 and its header compression algorithm HPACK in C"
|
||||||
pkgver="$pkgver"
|
pkgver="$pkgver"
|
||||||
files(-,root,bin)
|
files(-,root,bin)
|
||||||
default_docs
|
default_docs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user