ol: update to 2.3.5.

This commit is contained in:
Yuriy Chumak 2022-06-13 19:09:03 +03:00 committed by classabbyamp
parent 4f81f097d3
commit cf20dc8813

View file

@ -1,6 +1,6 @@
# Template file for 'ol' # Template file for 'ol'
pkgname=ol pkgname=ol
version=2.3 version=2.3.5
revision=1 revision=1
build_style=gnu-makefile build_style=gnu-makefile
hostmakedepends="xxd" hostmakedepends="xxd"
@ -8,8 +8,9 @@ short_desc="Purely functional dialect of Lisp"
maintainer="rc-05 <rc23@email.it>" maintainer="rc-05 <rc23@email.it>"
license="LGPL-3.0-or-later, MIT" license="LGPL-3.0-or-later, MIT"
homepage="https://yuriy-chumak.github.io/ol/" homepage="https://yuriy-chumak.github.io/ol/"
changelog="https://raw.githubusercontent.com/yuriy-chumak/ol/master/doc/CHANGELOG.md"
distfiles="https://github.com/yuriy-chumak/ol/archive/${version}.tar.gz" distfiles="https://github.com/yuriy-chumak/ol/archive/${version}.tar.gz"
checksum=99b43cb7c510b2f9345fc2ff976540689131c563a883d1bd0699124466e155a8 checksum=1f3da2d3b2e47f5c626bfe2727b649db3fd8f53e700dad2a984314275ee7a6ff
CFLAGS="-lm" CFLAGS="-lm"