mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
h2o: update to 0.9.1.
This commit is contained in:
parent
bc2ee0cc1f
commit
2d72fd885a
2 changed files with 12 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
||||||
--- include/h2o/socket.h.orig 2015-01-04 17:35:34.135369701 +0000
|
--- include/h2o/socket.h.orig 2015-01-20 07:45:22.434850581 +0000
|
||||||
+++ include/h2o/socket.h 2015-01-04 17:35:43.091058908 +0000
|
+++ include/h2o/socket.h 2015-01-20 07:45:41.732177170 +0000
|
||||||
@@ -39,16 +39,8 @@
|
@@ -39,16 +39,8 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'h2o'
|
# Template file for 'h2o'
|
||||||
pkgname=h2o
|
pkgname=h2o
|
||||||
version=0.9.0
|
version=0.9.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
conf_files="/etc/h2o.conf"
|
conf_files="/etc/h2o.conf"
|
||||||
|
@ -8,12 +8,13 @@ system_accounts="h2o"
|
||||||
make_dirs="/var/log/h2o 0750 root root"
|
make_dirs="/var/log/h2o 0750 root root"
|
||||||
hostmakedepends="cmake"
|
hostmakedepends="cmake"
|
||||||
makedepends="libressl-devel libyaml-devel"
|
makedepends="libressl-devel libyaml-devel"
|
||||||
|
depends="perl"
|
||||||
short_desc="An optimized HTTP server with support for HTTP/1.x and HTTP/2"
|
short_desc="An optimized HTTP server with support for HTTP/1.x and HTTP/2"
|
||||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/h2o/h2o"
|
homepage="https://github.com/h2o/h2o"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=497e4dd297da3ed7206a03af8895fa3ba8bbf2cbfc446c94ec869c7d0afdf7e8
|
checksum=6b73b664978de4ba506ff735a059e66897bd7031eeab6cf9c0271fd20ccc4f0b
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv h2o
|
vsv h2o
|
||||||
|
|
Loading…
Add table
Reference in a new issue