kona: update to 3.27.
This commit is contained in:
parent
0fba64d55c
commit
b3d1f5ec43
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'kona'
|
# Template file for 'kona'
|
||||||
pkgname=kona
|
pkgname=kona
|
||||||
version=3.26
|
version=3.27
|
||||||
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=027f82111a9218d0ab6bdc3d53dae093f04be831a6adbbb58305c2a569b80ffa
|
checksum=f3b870d77a7adafa8f523fc59a8b4dcfd5012f4625c4043ae7af23503f3b45e4
|
||||||
|
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue