kona: update to 3.39.69.

This commit is contained in:
Piotr Wójcik 2019-02-20 13:48:17 +01:00 committed by maxice8
parent a8ff78dd63
commit 2428e55eab
2 changed files with 7 additions and 6 deletions

View File

@ -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

View File

@ -1 +1 @@
pattern='Win\.\K[\d.]+(?=-64)'
pattern='Win\.\K[-\d.]+\d'