kona: update to 3.35.

This commit is contained in:
Christian Neukirchen 2015-07-29 10:38:48 +02:00
parent 5a40351feb
commit ea8d117f30
1 changed files with 2 additions and 2 deletions

View File

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