kona: update to 3.38.
This commit is contained in:
parent
41bcbaa493
commit
3bd7cfc514
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'kona'
|
# Template file for 'kona'
|
||||||
pkgname=kona
|
pkgname=kona
|
||||||
version=3.37
|
version=3.38
|
||||||
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=ee355ede044146596e76b6c7efcdc5a529e134e0efaff65036c5d9e2431bc152
|
checksum=bfebc65c0b844413a6fb9cabebe5b9cee5de8696427b2fee623e4d8b9af9667e
|
||||||
|
|
||||||
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 a new issue