kona: update to 3.39.69.
This commit is contained in:
parent
a8ff78dd63
commit
2428e55eab
|
@ -1,14 +1,15 @@
|
|||
# Template file for 'kona'
|
||||
pkgname=kona
|
||||
version=3.39
|
||||
version=3.39.69
|
||||
revision=1
|
||||
wrksrc="${pkgname}-Win.${version}-64"
|
||||
_distver="${version%.*}-${version##*.}"
|
||||
wrksrc="${pkgname}-Win.${_distver}"
|
||||
short_desc="Open-source implementation of the K programming language"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/kevinlawler/kona"
|
||||
distfiles="https://github.com/kevinlawler/${pkgname}/archive/Win.${version}-64.tar.gz"
|
||||
checksum=fb5463d0a94f1a123c859c32caa1aa92f986b90451a0c78da4d80cba23e2ce0f
|
||||
distfiles="https://github.com/kevinlawler/kona/archive/Win.${_distver}.tar.gz"
|
||||
checksum=846b586c89bb18048028a0d623c6322148e366b132ea73b288ea34ef1833d0ed
|
||||
|
||||
post_extract() {
|
||||
sed -i '/netdb.h/a#include <sys/select.h>' src/incs.h
|
||||
|
|
|
@ -1 +1 @@
|
|||
pattern='Win\.\K[\d.]+(?=-64)'
|
||||
pattern='Win\.\K[-\d.]+\d'
|
||||
|
|
Loading…
Reference in New Issue