kona: update to 3.32.

This commit is contained in:
Christian Neukirchen 2015-07-21 14:10:52 +02:00
parent 705f2a2732
commit a5749a40b3

View file

@ -1,6 +1,6 @@
# Template file for 'kona'
pkgname=kona
version=3.31
version=3.32
revision=1
wrksrc="${pkgname}-Win.${version}-64"
short_desc="Open-source implementation of the K programming language"
@ -8,7 +8,7 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="MIT"
homepage="https://github.com/kevinlawler/kona"
distfiles="https://github.com/kevinlawler/${pkgname}/archive/Win.${version}-64.tar.gz"
checksum=c0e9ca54d3c6f87910fc7f20084a7898c2c69982e2fb51039764008f19fee4b9
checksum=ea6efdaf196152d2377f6da7190c0d01e581476fa92a0daf7d2cdbadb5c7d0dc
post_extract() {
sed -i '/netdb.h/a#include <sys/select.h>' src/incs.h